Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1602 Make pthread and rt lib private for platform…
Browse files Browse the repository at this point in the history
… library

Signed-off-by: Dietrich Krönke <[email protected]>
  • Loading branch information
dkroenke committed Sep 5, 2022
1 parent c21acf9 commit 48f488e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions iceoryx_hoofs/platform/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ iox_add_library(
NAMESPACE iceoryx_hoofs
BUILD_INTERFACE ${ICEORYX_PLATFORM}/include/
INSTALL_INTERFACE include/${PREFIX}
PUBLIC_LIBS_LINUX rt pthread
PUBLIC_LIBS_UNIX rt pthread
PRIVATE_LIBS_LINUX pthread rt
PRIVATE_LIBS_UNIX pthread rt
PRIVATE_LIBS_QNX socket
FILES ${ICEORYX_PLATFORM_FILES}
)
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_hoofs/testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

iox_add_library(
STATIC
TARGET ${PROJECT_NAME}_testing
TARGET iceoryx_hoofs_testing
NAMESPACE iceoryx_hoofs_testing
PROJECT_PREFIX ${PREFIX}
PUBLIC_LIBS GTest::gtest
Expand Down

0 comments on commit 48f488e

Please sign in to comment.