We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2be5df commit fbac0ccCopy full SHA for fbac0cc
1 file changed
CMakeLists.txt
@@ -295,7 +295,7 @@ if(BUILD_TESTING)
295
)
296
if(TARGET test_error_handling_helpers)
297
target_include_directories(test_error_handling_helpers PUBLIC include)
298
- target_link_libraries(test_error_handling_helpers osrf_testing_tools_cpp::memory_tools)
+ target_link_libraries(test_error_handling_helpers ${PROJECT_NAME} osrf_testing_tools_cpp::memory_tools)
299
endif()
300
301
rcutils_custom_add_gtest(test_split
0 commit comments