We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fe5a0 commit e109e21Copy full SHA for e109e21
CMakeLists.txt
@@ -4,7 +4,7 @@
4
# Author: Sylwester Arabas #
5
####################################################################################################
6
7
-cmake_minimum_required(VERSION 3.4...3.18)
+cmake_minimum_required(VERSION 3.8) # CXX17
8
9
if (NOT EXISTS "${CMAKE_SOURCE_DIR}/gitmodules/pybind11/include/pybind11/pybind11.h" )
10
message(FATAL_ERROR "git submodules not initialised.\n Please run `git submodule update --init`")
0 commit comments