Skip to content

Commit 213a561

Browse files
authored
Update the supported versions for CMake (#2)
[CMakeLists.txt] Updated the supported versions for CMake.
2 parents 044af59 + fa8fd87 commit 213a561

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
1+
CMAKE_MINIMUM_REQUIRED(VERSION 3.22...3.26)
22
PROJECT(dqrobotics-interface-qpoases)
3-
set (CMAKE_CXX_STANDARD 11)
3+
set (CMAKE_CXX_STANDARD 17)
44

55
################################################################
66
# INSTALL HEADERS

0 commit comments

Comments
 (0)