From 0f3aac9f57d9f0b90477e2d7a562b9d79326737f Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 00:08:42 +0200 Subject: [PATCH] fixed target of ament_export_libraries (#295) (#299) (cherry picked from commit db4d8b0aeb77a986fa392b53b4cf46603777452e) Co-authored-by: Takashi Sato --- 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