We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db770f7 commit 12b041dCopy full SHA for 12b041d
pycode/memilio-generation/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.4)
+cmake_minimum_required(VERSION 3.13)
2
project(memilio-python)
3
4
include(GNUInstallDirs) # set to gnu folders. No cache variable so this is not global
pycode/memilio-simulation/CMakeLists.txt
option(MEMILIO_USE_BUNDLED_PYBIND11 "Use pybind11 bundled with this library." ON)
0 commit comments