Skip to content

Commit dd873c9

Browse files
committed
CMake 3.15 is required, 3.14 does not work
1 parent a7216f0 commit dd873c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Official repository: https://github.com/boostorg/json
99
#
1010

11-
cmake_minimum_required(VERSION 3.8...3.16)
11+
cmake_minimum_required(VERSION 3.15...3.16)
1212

1313
set(BOOST_JSON_VERSION 2)
1414
if(BOOST_SUPERPROJECT_VERSION)

0 commit comments

Comments
 (0)