From c4ede225da4f2ca81aeaa3c589765ad89904c737 Mon Sep 17 00:00:00 2001 From: Kotaro Yoshimoto Date: Tue, 28 Jan 2025 22:01:13 +0900 Subject: [PATCH] =?UTF-8?q?galactic=E6=99=82=E4=BB=A3=E3=81=AE=E9=81=BA?= =?UTF-8?q?=E7=89=A9=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consai_ros2/robocup_ssl_msgs/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/consai_ros2/robocup_ssl_msgs/CMakeLists.txt b/consai_ros2/robocup_ssl_msgs/CMakeLists.txt index d8f47de27..2d904c071 100644 --- a/consai_ros2/robocup_ssl_msgs/CMakeLists.txt +++ b/consai_ros2/robocup_ssl_msgs/CMakeLists.txt @@ -47,15 +47,9 @@ add_library(proto_cpp target_link_libraries(proto_cpp ${PROTOBUF_LIBRARIES}) # Install -if("$ENV{ROS_DISTRO}" STRGREATER "galactic") - install( - FILES ${PROTO_H} - DESTINATION include/${PROJECT_NAME}/${PROJECT_NAME}) -else() install( FILES ${PROTO_H} DESTINATION include/${PROJECT_NAME}) -endif() install( TARGETS proto_cpp