Skip to content

Commit d223829

Browse files
committed
cmake policy range
1 parent 91902d3 commit d223829

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
@@ -8,7 +8,7 @@
88
# this also works between ABI compatible compilers e.g. Clang 11.0 and GCC 10.2
99

1010
# in general, CMake >= 3.14 have better link resolution than CMake 3.13.
11-
cmake_minimum_required(VERSION 3.14)
11+
cmake_minimum_required(VERSION 3.14...3.20)
1212

1313
project(Fortran_C_CXX_interface
1414
LANGUAGES C Fortran CXX

0 commit comments

Comments
 (0)