Skip to content

Commit 0036b4a

Browse files
authored
Merge pull request #65 from mlund/patch-1
Require CMake 3.5 of higher
2 parents b02a2ad + 91691e9 commit 0036b4a

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.4.3)
9+
cmake_minimum_required(VERSION 3.5)
1010
project(pybind11_json)
1111

1212
set(PYBIND11_JSON_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)

0 commit comments

Comments
 (0)