Skip to content

Commit 1736eac

Browse files
committed
Updated cmake_minimum_required to fix deprecation issue.
1 parent 8d3836d commit 1736eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# BUILD_MT_LIBS to build the multithreaded libraries
1515
# BUILD_F2C to build the fortran to c converter (https://www.netlib.org/f2c/f2c.pdf)
1616
# BUILD_EXAMPLES to build the examples
17-
cmake_minimum_required(VERSION 3.5)
17+
cmake_minimum_required(VERSION 3.5...3.10)
1818
if (${CMAKE_VERSION} VERSION_GREATER "3.13.0")
1919
cmake_policy(SET CMP0077 NEW)
2020
endif()

0 commit comments

Comments
 (0)