Skip to content

Commit 290a950

Browse files
committed
Force static lib so it works on Windows
Signed-off-by: Shane Loretz <[email protected]>
1 parent 70da424 commit 290a950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rcl/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ add_executable(test_rmw_impl_id_check_exe
367367
target_link_libraries(test_rmw_impl_id_check_exe ${PROJECT_NAME})
368368

369369
# 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)
370+
add_library(wait_for_entity_helpers STATIC rcl/wait_for_entity_helpers.cpp)
371371
target_include_directories(wait_for_entity_helpers PRIVATE
372372
${osrf_testing_tools_cpp_INCLUDE_DIRS})
373373
target_link_libraries(wait_for_entity_helpers PUBLIC ${PROJECT_NAME})

0 commit comments

Comments
 (0)