summaryrefslogtreecommitdiff
path: root/share/cmake-3.6/Modules/Compiler/G95-Fortran.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.6/Modules/Compiler/G95-Fortran.cmake')
-rw-r--r--share/cmake-3.6/Modules/Compiler/G95-Fortran.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/share/cmake-3.6/Modules/Compiler/G95-Fortran.cmake b/share/cmake-3.6/Modules/Compiler/G95-Fortran.cmake
deleted file mode 100644
index fd84848..0000000
--- a/share/cmake-3.6/Modules/Compiler/G95-Fortran.cmake
+++ /dev/null
@@ -1,9 +0,0 @@
-set(CMAKE_Fortran_FLAGS_INIT "")
-set(CMAKE_Fortran_FLAGS_DEBUG_INIT "-g")
-set(CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "-Os")
-set(CMAKE_Fortran_FLAGS_RELEASE_INIT "-O3")
-set(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")