Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1287 Add missing PROJECT_PREFIX
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
  • Loading branch information
mossmaurice committed Jun 8, 2022
1 parent e801e34 commit 5761cd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iceoryx_posh/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ iox_add_library(
NO_FIND_PACKAGE_SUPPORT
TARGET iceoryx_posh_gateway
NAMESPACE iceoryx_posh
PROJECT_PREFIX ${PREFIX}
BUILD_INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/include
${CMAKE_BINARY_DIR}/generated/iceoryx/include
${CMAKE_BINARY_DIR}/dependencies/install/include
Expand All @@ -161,6 +162,7 @@ iox_add_library(
NO_FIND_PACKAGE_SUPPORT
TARGET iceoryx_posh_roudi
NAMESPACE iceoryx_posh
PROJECT_PREFIX ${PREFIX}
PUBLIC_LIBS iceoryx_posh::iceoryx_posh
PRIVATE_LIBS iceoryx_hoofs::iceoryx_hoofs
PRIVATE_INCLUDES source/runtime
Expand Down Expand Up @@ -202,6 +204,7 @@ if(TOML_CONFIG)
NO_FIND_PACKAGE_SUPPORT
TARGET iceoryx_posh_config
NAMESPACE iceoryx_posh
PROJECT_PREFIX ${PREFIX}
PRIVATE_LIBS iceoryx_posh::iceoryx_posh
iceoryx_hoofs::iceoryx_hoofs
iceoryx_posh::iceoryx_posh_roudi
Expand Down Expand Up @@ -271,6 +274,7 @@ if(ROUDI_ENVIRONMENT OR BUILD_TEST)
STATIC
TARGET iceoryx_posh_testing
NAMESPACE iceoryx_posh_testing
PROJECT_PREFIX ${PREFIX}
BUILD_INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/testing/include
INSTALL_INTERFACE include/${PREFIX}
PRIVATE_LIBS iceoryx_posh::iceoryx_posh
Expand Down

0 comments on commit 5761cd7

Please sign in to comment.