Skip to content

Commit

Permalink
Disable default addition of extra Fortran build flags. (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel K. Gutierrez <[email protected]>
  • Loading branch information
samuelkgutierrez authored Feb 14, 2024
1 parent 648699d commit 8b2a348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/QVFortranSupport.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if(QV_FORTRAN_SUPPORT)
# Make sure we found a Fortran compiler.
if(NOT CMAKE_Fortran_COMPILER STREQUAL "")
# TODO(skg) Improve
set(CMAKE_FORTRAN_FLAGS "${CMAKE_FORTRAN_FLAGS} -Wall -Wextra -pedantic")
# set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -Wall -Wextra -pedantic")
set(QV_FORTRAN_HAPPY TRUE)
set(
CMAKE_Fortran_MODULE_DIRECTORY
Expand Down

0 comments on commit 8b2a348

Please sign in to comment.