Skip to content

Commit

Permalink
Remove GCC-10 check
Browse files Browse the repository at this point in the history
not required in this library
  • Loading branch information
kgerheiser authored Aug 27, 2020
1 parent dc77497 commit 8dd4d72
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(GNU)$")
set(CMAKE_Fortran_FLAGS_DEBUG "-ggdb -Wall")
endif()

if(${CMAKE_Fortran_COMPILER_ID} MATCHES "^(GNU)$" AND ${CMAKE_Fortran_COMPILER_VERSION} VERSION_GREATER_EQUAL 10)
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -w -fallow-argument-mismatch -fallow-invalid-boz")
endif()

set(fortran_src sfcio_module.f)

set(lib_name ${PROJECT_NAME})
Expand Down

0 comments on commit 8dd4d72

Please sign in to comment.