Skip to content

Commit

Permalink
Revert "Merge branch 'fix/bullseye' into feature/rhel"
Browse files Browse the repository at this point in the history
This reverts commit e262504, reversing
changes made to 7579bfe.
  • Loading branch information
Svastits committed Jan 31, 2024
1 parent e262504 commit 3114653
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 789 deletions.
6 changes: 2 additions & 4 deletions kuka-external-control-sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.13)

project("external-control-sdk")

include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/FindProtobuf.cmake)


set(artifact_name ${PROJECT_NAME})

set(common_directory "common")
Expand All @@ -16,6 +13,7 @@ set(target_name "kuka-external-control-sdk")
set(CMAKE_INSTALL_INCLUDEDIR "/usr/include")

find_package(OpenSSL REQUIRED)
find_package(Protobuf REQUIRED)
find_package(PkgConfig REQUIRED)

pkg_check_modules(gRPC REQUIRED grpc++)
Expand Down Expand Up @@ -81,7 +79,7 @@ target_include_directories(${target_name} PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/${iiqka_directory}/include>"
"${CMAKE_CURRENT_BINARY_DIR}"
)

target_compile_options(${target_name} PRIVATE -g)
target_compile_features(${target_name} INTERFACE cxx_std_17 PRIVATE cxx_std_17)

# Install and export
Expand Down
Loading

0 comments on commit 3114653

Please sign in to comment.