Skip to content

Commit fbac0cc

Browse files
mergify[bot]4ntn
authored andcommitted
Fix test_error_handling_helpers target_link_libraries (#37) (#38)
(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 b2be5df commit fbac0cc

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
@@ -295,7 +295,7 @@ if(BUILD_TESTING)
295295
)
296296
if(TARGET test_error_handling_helpers)
297297
target_include_directories(test_error_handling_helpers PUBLIC include)
298-
target_link_libraries(test_error_handling_helpers osrf_testing_tools_cpp::memory_tools)
298+
target_link_libraries(test_error_handling_helpers ${PROJECT_NAME} osrf_testing_tools_cpp::memory_tools)
299299
endif()
300300

301301
rcutils_custom_add_gtest(test_split

0 commit comments

Comments
 (0)