Skip to content

Commit

Permalink
Remove -fallow-argument-mismatch workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
rtburns-jpl committed Dec 28, 2023
1 parent 75df909 commit 77af7ed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .cmake/isce2_buildflags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ add_compile_options(
$<$<COMPILE_LANGUAGE:Fortran>:-ffree-line-length-none>
$<$<COMPILE_LANGUAGE:Fortran>:-fno-range-check>
$<$<COMPILE_LANGUAGE:Fortran>:-fno-second-underscore>)
if(CMAKE_Fortran_COMPILER_ID STREQUAL "GNU" AND
CMAKE_Fortran_COMPILER_VERSION VERSION_GREATER_EQUAL 10)
add_compile_options(
$<$<COMPILE_LANGUAGE:Fortran>:-fallow-argument-mismatch>)
endif()

# Set up build flags for C++ and Fortran.
set(CMAKE_CXX_STANDARD 11)
Expand Down

0 comments on commit 77af7ed

Please sign in to comment.