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