Skip to content

Commit

Permalink
Merge pull request #65 from mlund/patch-1
Browse files Browse the repository at this point in the history
Require CMake 3.5 of higher
  • Loading branch information
martinRenou authored Mar 6, 2024
2 parents b02a2ad + 91691e9 commit 0036b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# The full license is in the file LICENSE, distributed with this software. #
############################################################################

cmake_minimum_required(VERSION 3.4.3)
cmake_minimum_required(VERSION 3.5)
project(pybind11_json)

set(PYBIND11_JSON_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
Expand Down

0 comments on commit 0036b4a

Please sign in to comment.