From ac87d02d258ea32adfbc2055eda549a5e8294c1f Mon Sep 17 00:00:00 2001 From: mosfet80 <10235105+mosfet80@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:34:30 +0100 Subject: [PATCH] fix cmake deprecation cmake version < then 3.10 is deprecated --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b7d2e5..6a7e752 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.2) +cmake_minimum_required(VERSION 3.10) project(ros_control_boilerplate) # C++ 11