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 e9adfde commit 6078d79Copy full SHA for 6078d79
CMakeLists.txt
@@ -291,7 +291,7 @@ if(BUILD_TESTING)
291
)
292
if(TARGET test_error_handling_helpers)
293
target_include_directories(test_error_handling_helpers PUBLIC include)
294
- 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)
295
endif()
296
297
ament_add_gtest(test_split
0 commit comments