We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648699d commit 8b2a348Copy full SHA for 8b2a348
cmake/QVFortranSupport.cmake
@@ -33,7 +33,7 @@ if(QV_FORTRAN_SUPPORT)
33
# Make sure we found a Fortran compiler.
34
if(NOT CMAKE_Fortran_COMPILER STREQUAL "")
35
# TODO(skg) Improve
36
- set(CMAKE_FORTRAN_FLAGS "${CMAKE_FORTRAN_FLAGS} -Wall -Wextra -pedantic")
+ # set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -Wall -Wextra -pedantic")
37
set(QV_FORTRAN_HAPPY TRUE)
38
set(
39
CMAKE_Fortran_MODULE_DIRECTORY
0 commit comments