Skip to content

Commit 5996d6b

Browse files
bump minimal CMake version
1 parent c9e05fc commit 5996d6b

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
@@ -1,4 +1,4 @@
1-
CMAKE_MINIMUM_REQUIRED(VERSION 3.0.2)
1+
CMAKE_MINIMUM_REQUIRED(VERSION 3.15.0)
22
# Default compiler gfortran, otherwise cmake Fortran package will set it to f95
33
# You can override the compiler with cmake -DFTOBJ_COMPILER=
44
#set(FTOBJ_AR "/usr/bin/gcc-ar" CACHE STRING "Static archive command")

0 commit comments

Comments
 (0)