Skip to content

Commit 8067d4b

Browse files
4ntnCarlosespicur
authored andcommitted
Fix test_error_handling_helpers target_link_libraries (#37)
Signed-off-by: Antón Casas <antoncasas@eprosima.com>
1 parent a5af31d commit 8067d4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

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

298298
ament_add_gtest(test_split

0 commit comments

Comments
 (0)