From 8b2a348152ba3bb89eec420e57e5ae50312ee21e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20K=2E=20Guti=C3=A9rrez?= Date: Wed, 14 Feb 2024 14:21:05 -0700 Subject: [PATCH] Disable default addition of extra Fortran build flags. (#77) Signed-off-by: Samuel K. Gutierrez --- cmake/QVFortranSupport.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/QVFortranSupport.cmake b/cmake/QVFortranSupport.cmake index bf570cd3..1ab94a81 100644 --- a/cmake/QVFortranSupport.cmake +++ b/cmake/QVFortranSupport.cmake @@ -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