We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70da424 commit 290a950Copy full SHA for 290a950
rcl/test/CMakeLists.txt
@@ -367,7 +367,7 @@ add_executable(test_rmw_impl_id_check_exe
367
target_link_libraries(test_rmw_impl_id_check_exe ${PROJECT_NAME})
368
369
# This file is used by many tests, so build it just once
370
-add_library(wait_for_entity_helpers rcl/wait_for_entity_helpers.cpp)
+add_library(wait_for_entity_helpers STATIC rcl/wait_for_entity_helpers.cpp)
371
target_include_directories(wait_for_entity_helpers PRIVATE
372
${osrf_testing_tools_cpp_INCLUDE_DIRS})
373
target_link_libraries(wait_for_entity_helpers PUBLIC ${PROJECT_NAME})
0 commit comments