From 0ffa40e7f7366cefa29c5887d8f4a8b39613dde5 Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Mon, 6 May 2024 19:49:56 +0900 Subject: [PATCH] fixed target of ament_export_libraries --- gz_ros2_control/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gz_ros2_control/CMakeLists.txt b/gz_ros2_control/CMakeLists.txt index c28ae795..8fa33759 100644 --- a/gz_ros2_control/CMakeLists.txt +++ b/gz_ros2_control/CMakeLists.txt @@ -109,7 +109,7 @@ if(BUILD_TESTING) endif() ament_export_include_directories(include) -ament_export_libraries(${PROJECT_NAME} gz_hardware_plugins) +ament_export_libraries(${PROJECT_NAME}-system gz_hardware_plugins) # Install directories install(TARGETS ${PROJECT_NAME}-system