From 40be109653fc3b6dde6740cf6b542b9b3565fd03 Mon Sep 17 00:00:00 2001 From: mosfet80 <10235105+mosfet80@users.noreply.github.com> Date: Tue, 27 May 2025 09:40:41 +0200 Subject: [PATCH 1/3] Update CMakeLists.txt cmake version <3.10 is deprecated --- ros2_control_cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros2_control_cmake/CMakeLists.txt b/ros2_control_cmake/CMakeLists.txt index 7733806..33c705e 100644 --- a/ros2_control_cmake/CMakeLists.txt +++ b/ros2_control_cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.8) +cmake_minimum_required(VERSION 3.20) project(ros2_control_cmake) # find dependencies From 7658af539b68f434b35b196347e6c98a78b651a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Fri, 6 Jun 2025 11:26:09 +0200 Subject: [PATCH 2/3] Update CMakeLists.txt --- ros2_control_cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros2_control_cmake/CMakeLists.txt b/ros2_control_cmake/CMakeLists.txt index 33c705e..e3e8de7 100644 --- a/ros2_control_cmake/CMakeLists.txt +++ b/ros2_control_cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.11) project(ros2_control_cmake) # find dependencies From ce10b0fceb3991c86e64bca7c1eeec580a234b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Fri, 6 Jun 2025 12:12:12 +0200 Subject: [PATCH 3/3] Update CMakeLists.txt --- ros2_control_cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros2_control_cmake/CMakeLists.txt b/ros2_control_cmake/CMakeLists.txt index e3e8de7..b0d81cc 100644 --- a/ros2_control_cmake/CMakeLists.txt +++ b/ros2_control_cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.11) +cmake_minimum_required(VERSION 3.10) project(ros2_control_cmake) # find dependencies