We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d534d95 commit 4613aecCopy full SHA for 4613aec
1 file changed
CMakeLists.txt
@@ -1,11 +1,11 @@
1
-cmake_minimum_required(VERSION 3.10)
+cmake_minimum_required(VERSION 3.10...3.30)
2
3
if (DEFINED ENV{RESTC_CPP_VERSION})
4
set(RESTC_CPP_VERSION $ENV{RESTC_CPP_VERSION})
5
endif()
6
7
if (NOT DEFINED RESTC_CPP_VERSION)
8
- set(RESTC_CPP_VERSION 1.0.0)
+ set(RESTC_CPP_VERSION 1.0.1)
9
10
11
if(NOT DEFINED RESTC_BOOST_VERSION)
0 commit comments