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