Skip to content

Commit 6078d79

Browse files
committed
Fix test_error_handling_helpers target_link_libraries (#37)
Signed-off-by: Antón Casas <[email protected]>
1 parent e9adfde commit 6078d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ if(BUILD_TESTING)
291291
)
292292
if(TARGET test_error_handling_helpers)
293293
target_include_directories(test_error_handling_helpers PUBLIC include)
294-
target_link_libraries(test_error_handling_helpers osrf_testing_tools_cpp::memory_tools)
294+
target_link_libraries(test_error_handling_helpers ${PROJECT_NAME} osrf_testing_tools_cpp::memory_tools)
295295
endif()
296296

297297
ament_add_gtest(test_split

0 commit comments

Comments
 (0)