summaryrefslogtreecommitdiff
path: root/share/cmake-3.17/Modules/Compiler/G95-Fortran.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.17/Modules/Compiler/G95-Fortran.cmake')
-rw-r--r--share/cmake-3.17/Modules/Compiler/G95-Fortran.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/share/cmake-3.17/Modules/Compiler/G95-Fortran.cmake b/share/cmake-3.17/Modules/Compiler/G95-Fortran.cmake
deleted file mode 100644
index 03b7e08..0000000
--- a/share/cmake-3.17/Modules/Compiler/G95-Fortran.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
-string(APPEND CMAKE_Fortran_FLAGS_INIT " ")
-string(APPEND CMAKE_Fortran_FLAGS_DEBUG_INIT " -g")
-string(APPEND CMAKE_Fortran_FLAGS_MINSIZEREL_INIT " -Os")
-string(APPEND CMAKE_Fortran_FLAGS_RELEASE_INIT " -O3")
-string(APPEND CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT " -O2 -g")
-set(CMAKE_Fortran_MODDIR_FLAG "-fmod=")
-set(CMAKE_Fortran_VERBOSE_FLAG "-v")
-set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-ffixed-form")
-set(CMAKE_Fortran_FORMAT_FREE_FLAG "-ffree-form")
-set(CMAKE_Fortran_LINKER_WRAPPER_FLAG "-Wl,")
-set(CMAKE_Fortran_LINKER_WRAPPER_FLAG_SEP ",")