From d179b154cedb0bdea61eb6bf34339098f44f6111 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Mon, 25 Dec 2023 17:37:19 +0000 Subject: [PATCH] Don't install tests --- example_10/CMakeLists.txt | 4 ---- example_12/CMakeLists.txt | 4 ---- example_14/CMakeLists.txt | 4 ---- example_2/CMakeLists.txt | 4 ---- example_3/CMakeLists.txt | 4 ---- example_4/CMakeLists.txt | 4 ---- example_5/CMakeLists.txt | 4 ---- example_6/CMakeLists.txt | 4 ---- example_7/CMakeLists.txt | 4 ---- example_8/CMakeLists.txt | 4 ---- example_9/CMakeLists.txt | 4 ---- 11 files changed, 44 deletions(-) diff --git a/example_10/CMakeLists.txt b/example_10/CMakeLists.txt index 2742dcea2..1b9079345 100644 --- a/example_10/CMakeLists.txt +++ b/example_10/CMakeLists.txt @@ -67,10 +67,6 @@ install( DIRECTORY bringup/launch bringup/config DESTINATION share/ros2_control_demo_example_10 ) -install( - DIRECTORY test - DESTINATION share/ros2_control_demo_example_10 -) install(TARGETS ros2_control_demo_example_10 EXPORT export_ros2_control_demo_example_10 ARCHIVE DESTINATION lib diff --git a/example_12/CMakeLists.txt b/example_12/CMakeLists.txt index 5567b3473..b5e6a53c5 100644 --- a/example_12/CMakeLists.txt +++ b/example_12/CMakeLists.txt @@ -83,10 +83,6 @@ install( DIRECTORY bringup/launch bringup/config DESTINATION share/ros2_control_demo_example_12 ) -install( - DIRECTORY test - DESTINATION share/ros2_control_demo_example_12 -) install(TARGETS ros2_control_demo_example_12 EXPORT export_ros2_control_demo_example_12 ARCHIVE DESTINATION lib diff --git a/example_14/CMakeLists.txt b/example_14/CMakeLists.txt index 5ff24b63a..3b7e7b153 100644 --- a/example_14/CMakeLists.txt +++ b/example_14/CMakeLists.txt @@ -58,10 +58,6 @@ install( DIRECTORY bringup/launch bringup/config DESTINATION share/ros2_control_demo_example_14 ) -install( - DIRECTORY test - DESTINATION share/ros2_control_demo_example_14 -) install(TARGETS ros2_control_demo_example_14 EXPORT export_ros2_control_demo_example_14 ARCHIVE DESTINATION lib diff --git a/example_2/CMakeLists.txt b/example_2/CMakeLists.txt index f368311a5..cd19457e6 100644 --- a/example_2/CMakeLists.txt +++ b/example_2/CMakeLists.txt @@ -56,10 +56,6 @@ install( DIRECTORY bringup/launch bringup/config DESTINATION share/ros2_control_demo_example_2 ) -install( - DIRECTORY test - DESTINATION share/ros2_control_demo_example_2 -) install(TARGETS ros2_control_demo_example_2 EXPORT export_ros2_control_demo_example_2 ARCHIVE DESTINATION lib diff --git a/example_3/CMakeLists.txt b/example_3/CMakeLists.txt index ad4035835..a48a3121f 100644 --- a/example_3/CMakeLists.txt +++ b/example_3/CMakeLists.txt @@ -56,10 +56,6 @@ install( DIRECTORY bringup/launch bringup/config DESTINATION share/ros2_control_demo_example_3 ) -install( - DIRECTORY test - DESTINATION share/ros2_control_demo_example_3 -) install(TARGETS ros2_control_demo_example_3 EXPORT export_ros2_control_demo_example_3 ARCHIVE DESTINATION lib diff --git a/example_4/CMakeLists.txt b/example_4/CMakeLists.txt index c33a5b289..b79f1e706 100644 --- a/example_4/CMakeLists.txt +++ b/example_4/CMakeLists.txt @@ -56,10 +56,6 @@ install( DIRECTORY bringup/launch bringup/config DESTINATION share/ros2_control_demo_example_4 ) -install( - DIRECTORY test - DESTINATION share/ros2_control_demo_example_4 -) install(TARGETS ros2_control_demo_example_4 EXPORT export_ros2_control_demo_example_4 ARCHIVE DESTINATION lib diff --git a/example_5/CMakeLists.txt b/example_5/CMakeLists.txt index b936e3e5b..1eaa37ebd 100644 --- a/example_5/CMakeLists.txt +++ b/example_5/CMakeLists.txt @@ -57,10 +57,6 @@ install( DIRECTORY bringup/launch bringup/config DESTINATION share/ros2_control_demo_example_5 ) -install( - DIRECTORY test - DESTINATION share/ros2_control_demo_example_5 -) install(TARGETS ros2_control_demo_example_5 EXPORT export_ros2_control_demo_example_5 ARCHIVE DESTINATION lib diff --git a/example_6/CMakeLists.txt b/example_6/CMakeLists.txt index 618a71b8b..3ac52862d 100644 --- a/example_6/CMakeLists.txt +++ b/example_6/CMakeLists.txt @@ -56,10 +56,6 @@ install( DIRECTORY bringup/launch bringup/config DESTINATION share/ros2_control_demo_example_6 ) -install( - DIRECTORY test - DESTINATION share/ros2_control_demo_example_6 -) install(TARGETS ros2_control_demo_example_6 EXPORT export_ros2_control_demo_example_6 ARCHIVE DESTINATION lib diff --git a/example_7/CMakeLists.txt b/example_7/CMakeLists.txt index e08d3bcb2..16231d836 100644 --- a/example_7/CMakeLists.txt +++ b/example_7/CMakeLists.txt @@ -86,10 +86,6 @@ install( DIRECTORY bringup/launch bringup/config DESTINATION share/ros2_control_demo_example_7 ) -install( - DIRECTORY test - DESTINATION share/ros2_control_demo_example_7 -) install( TARGETS send_trajectory RUNTIME DESTINATION lib/ros2_control_demo_example_7 diff --git a/example_8/CMakeLists.txt b/example_8/CMakeLists.txt index c0d9fbab7..3b7688b9d 100644 --- a/example_8/CMakeLists.txt +++ b/example_8/CMakeLists.txt @@ -57,10 +57,6 @@ install( DIRECTORY bringup/launch bringup/config DESTINATION share/ros2_control_demo_example_8 ) -install( - DIRECTORY test - DESTINATION share/ros2_control_demo_example_8 -) install(TARGETS ros2_control_demo_example_8 EXPORT export_ros2_control_demo_example_8 ARCHIVE DESTINATION lib diff --git a/example_9/CMakeLists.txt b/example_9/CMakeLists.txt index 105e2e429..1c6980484 100644 --- a/example_9/CMakeLists.txt +++ b/example_9/CMakeLists.txt @@ -56,10 +56,6 @@ install( DIRECTORY bringup/launch bringup/config DESTINATION share/ros2_control_demo_example_9 ) -install( - DIRECTORY test - DESTINATION share/ros2_control_demo_example_9 -) install(TARGETS ros2_control_demo_example_9 EXPORT export_ros2_control_demo_example_9 ARCHIVE DESTINATION lib