From db4d8b0aeb77a986fa392b53b4cf46603777452e Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Mon, 6 May 2024 21:58:15 +0900 Subject: [PATCH] fixed target of ament_export_libraries (#295) --- 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 42789c38..acc7d047 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