Skip to content

Commit

Permalink
Remove commented out code from ./weight_gen.fd/CMakeLists.txt
Browse files Browse the repository at this point in the history
Fixes #471.
  • Loading branch information
GeorgeGayno-NOAA committed Oct 25, 2023
1 parent 8618de7 commit b00c745
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sorc/weight_gen.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ if(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$")
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -r8 -i4 -convert big_endian")
elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(GNU)$")
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fdefault-real-8")
# if(CMAKE_Fortran_COMPILER_VERSION VERSION_GREATER_EQUAL 10)
# set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fallow-argument-mismatch")
# endif()
endif()

set(exe_name weight_gen)
Expand Down

0 comments on commit b00c745

Please sign in to comment.