Skip to content

Commit cf80c01

Browse files
committed
Update CMakeLists.txt
Allow newer cmake versions; this should fix using this with new cmake that have dropped support for <3.5
1 parent 32043f4 commit cf80c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# The full license is in the file LICENSE, distributed with this software. #
77
############################################################################
88

9-
cmake_minimum_required(VERSION 3.5)
9+
cmake_minimum_required(VERSION 3.5..3.14)
1010
project(pybind11_json)
1111

1212
set(PYBIND11_JSON_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)

0 commit comments

Comments
 (0)