From 524c9540105a073bcc6b78a897e74e72cd1bdaa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Quiroz=20Oma=C3=B1a?= Date: Wed, 6 Aug 2025 13:11:44 +0100 Subject: [PATCH 1/2] [CMakeLists.txt] Updated the supported versions for CMake. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f623783..91096a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1) +CMAKE_MINIMUM_REQUIRED(VERSION 3.5...3.26) PROJECT(dqrobotics-interface-qpoases) set (CMAKE_CXX_STANDARD 11) From fa8fd875d901c86f6ebbe3282236ebabf1e2a6c8 Mon Sep 17 00:00:00 2001 From: Juancho Date: Thu, 7 Aug 2025 14:00:53 +0100 Subject: [PATCH 2/2] [CMakeLists.txt] Updated to the minimum supported versions for CMake and C++ --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91096a7..8c7e736 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.5...3.26) +CMAKE_MINIMUM_REQUIRED(VERSION 3.22...3.26) PROJECT(dqrobotics-interface-qpoases) -set (CMAKE_CXX_STANDARD 11) +set (CMAKE_CXX_STANDARD 17) ################################################################ # INSTALL HEADERS