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 75df909 commit 77af7edCopy full SHA for 77af7ed
.cmake/isce2_buildflags.cmake
@@ -9,11 +9,6 @@ add_compile_options(
9
$<$<COMPILE_LANGUAGE:Fortran>:-ffree-line-length-none>
10
$<$<COMPILE_LANGUAGE:Fortran>:-fno-range-check>
11
$<$<COMPILE_LANGUAGE:Fortran>:-fno-second-underscore>)
12
-if(CMAKE_Fortran_COMPILER_ID STREQUAL "GNU" AND
13
- CMAKE_Fortran_COMPILER_VERSION VERSION_GREATER_EQUAL 10)
14
- add_compile_options(
15
- $<$<COMPILE_LANGUAGE:Fortran>:-fallow-argument-mismatch>)
16
-endif()
17
18
# Set up build flags for C++ and Fortran.
19
set(CMAKE_CXX_STANDARD 11)
0 commit comments