Skip to content

Commit 1028cac

Browse files
mergify[bot]4ntn
authored andcommitted
Fix test_error_handling_helpers target_link_libraries (#37) (#39)
(cherry picked from commit 678db8e) Signed-off-by: Antón Casas <antoncasas@eprosima.com> Co-authored-by: Antón Casas <antoncasas@eprosima.com>
1 parent daa865d commit 1028cac

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
@@ -290,7 +290,7 @@ if(BUILD_TESTING)
290290
)
291291
if(TARGET test_error_handling_helpers)
292292
target_include_directories(test_error_handling_helpers PUBLIC include)
293-
target_link_libraries(test_error_handling_helpers osrf_testing_tools_cpp::memory_tools)
293+
target_link_libraries(test_error_handling_helpers ${PROJECT_NAME} osrf_testing_tools_cpp::memory_tools)
294294
endif()
295295

296296
ament_add_gtest(test_split

0 commit comments

Comments
 (0)