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 4e5fcdd commit 09d49f0Copy full SHA for 09d49f0
CMakeLists.txt
@@ -294,7 +294,7 @@ if(BUILD_TESTING)
294
)
295
if(TARGET test_error_handling_helpers)
296
target_include_directories(test_error_handling_helpers PUBLIC include)
297
- 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)
298
endif()
299
300
rcutils_custom_add_gtest(test_split
0 commit comments