Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1287 Let iceoryx_posh_roudi be findable via find_…
Browse files Browse the repository at this point in the history
…package

Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
  • Loading branch information
mossmaurice committed Jun 9, 2022
1 parent 5761cd7 commit 45ca0d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions iceoryx_examples/iceperf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ project(example_iceperf)
option(TOML_CONFIG "TOML support for RouDi with dynamic configuration" ON)

find_package(iceoryx_posh CONFIG REQUIRED)
find_package(iceoryx_posh_roudi CONFIG REQUIRED)
find_package(iceoryx_binding_c CONFIG REQUIRED)
find_package(iceoryx_hoofs CONFIG REQUIRED)

Expand Down
3 changes: 1 addition & 2 deletions iceoryx_posh/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,10 @@ iox_add_library(
########## posh roudi lib ##########
#
iox_add_library(
NO_FIND_PACKAGE_SUPPORT
TARGET iceoryx_posh_roudi
NAMESPACE iceoryx_posh
PROJECT_PREFIX ${PREFIX}
PUBLIC_LIBS iceoryx_posh::iceoryx_posh
PUBLIC_LIBS iceoryx_posh::iceoryx_posh # @todo iox-#590 Only link against iceoryx_posh_core
PRIVATE_LIBS iceoryx_hoofs::iceoryx_hoofs
PRIVATE_INCLUDES source/runtime
source/version
Expand Down

0 comments on commit 45ca0d8

Please sign in to comment.