Skip to content

Commit 09d49f0

Browse files
mergify[bot]4ntn
andcommitted
Fix test_error_handling_helpers target_link_libraries (#37) (#38)
(cherry picked from commit 678db8e) Signed-off-by: Antón Casas <[email protected]> Co-authored-by: Antón Casas <[email protected]>
1 parent 4e5fcdd commit 09d49f0

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

300300
rcutils_custom_add_gtest(test_split

0 commit comments

Comments
 (0)