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 8d3836d commit 1736eacCopy full SHA for 1736eac
CMakeLists.txt
@@ -14,7 +14,7 @@
14
# BUILD_MT_LIBS to build the multithreaded libraries
15
# BUILD_F2C to build the fortran to c converter (https://www.netlib.org/f2c/f2c.pdf)
16
# BUILD_EXAMPLES to build the examples
17
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.5...3.10)
18
if (${CMAKE_VERSION} VERSION_GREATER "3.13.0")
19
cmake_policy(SET CMP0077 NEW)
20
endif()
0 commit comments