We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa865d commit 1028cacCopy full SHA for 1028cac
1 file changed
CMakeLists.txt
@@ -290,7 +290,7 @@ if(BUILD_TESTING)
290
)
291
if(TARGET test_error_handling_helpers)
292
target_include_directories(test_error_handling_helpers PUBLIC include)
293
- 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)
294
endif()
295
296
ament_add_gtest(test_split
0 commit comments