We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32043f4 commit cf80c01Copy full SHA for cf80c01
CMakeLists.txt
@@ -6,7 +6,7 @@
6
# The full license is in the file LICENSE, distributed with this software. #
7
############################################################################
8
9
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.5..3.14)
10
project(pybind11_json)
11
12
set(PYBIND11_JSON_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
0 commit comments