We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6e37b commit 2193d51Copy full SHA for 2193d51
1 file changed
CMakeLists.txt
@@ -418,7 +418,7 @@ if(BUILD_TESTING)
418
endmacro()
419
420
ament_add_gtest(test_shared_library_preloaded test/test_shared_library.cpp)
421
- if(TARGET test_shared_library_in_load_paths)
+ if(TARGET test_shared_library_preloaded)
422
add_dummy_shared_library(dummy_shared_library_preloaded)
423
set_target_properties(dummy_shared_library_preloaded PROPERTIES
424
LIBRARY_OUTPUT_DIRECTORY ${test_libraries_dir})
0 commit comments