Skip to content

Commit 8b2a348

Browse files
Disable default addition of extra Fortran build flags. (#77)
Signed-off-by: Samuel K. Gutierrez <[email protected]>
1 parent 648699d commit 8b2a348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/QVFortranSupport.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if(QV_FORTRAN_SUPPORT)
3333
# Make sure we found a Fortran compiler.
3434
if(NOT CMAKE_Fortran_COMPILER STREQUAL "")
3535
# TODO(skg) Improve
36-
set(CMAKE_FORTRAN_FLAGS "${CMAKE_FORTRAN_FLAGS} -Wall -Wextra -pedantic")
36+
# set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -Wall -Wextra -pedantic")
3737
set(QV_FORTRAN_HAPPY TRUE)
3838
set(
3939
CMAKE_Fortran_MODULE_DIRECTORY

0 commit comments

Comments
 (0)