Skip to content

Commit 4613aec

Browse files
committed
Updated version and cmake versions-range
1 parent d534d95 commit 4613aec

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,11 +1,11 @@
1-
cmake_minimum_required(VERSION 3.10)
1+
cmake_minimum_required(VERSION 3.10...3.30)
22

33
if (DEFINED ENV{RESTC_CPP_VERSION})
44
set(RESTC_CPP_VERSION $ENV{RESTC_CPP_VERSION})
55
endif()
66

77
if (NOT DEFINED RESTC_CPP_VERSION)
8-
set(RESTC_CPP_VERSION 1.0.0)
8+
set(RESTC_CPP_VERSION 1.0.1)
99
endif()
1010

1111
if(NOT DEFINED RESTC_BOOST_VERSION)

0 commit comments

Comments
 (0)