Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1602 Remove pthread dependency from binding_c tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <[email protected]>
  • Loading branch information
dkroenke committed Sep 5, 2022
1 parent 7f7d975 commit c6b95eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iceoryx_binding_c/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ iox_add_executable( TARGET ${PROJECT_PREFIX}_moduletests
FILES ${MODULETESTS_SRC}
LIBS ${TEST_LINK_LIBS}
LIBS_APPLE dl
LIBS_LINUX acl dl pthread rt
LIBS_LINUX acl dl rt
)
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 c6b95eb

Please sign in to comment.