summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Modules/Compiler/PGI-Fortran.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.10/Modules/Compiler/PGI-Fortran.cmake')
-rw-r--r--share/cmake-3.10/Modules/Compiler/PGI-Fortran.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/share/cmake-3.10/Modules/Compiler/PGI-Fortran.cmake b/share/cmake-3.10/Modules/Compiler/PGI-Fortran.cmake
deleted file mode 100644
index a183c33..0000000
--- a/share/cmake-3.10/Modules/Compiler/PGI-Fortran.cmake
+++ /dev/null
@@ -1,12 +0,0 @@
-include(Compiler/PGI)
-__compiler_pgi(Fortran)
-
-set(CMAKE_Fortran_PREPROCESS_SOURCE
- "<CMAKE_Fortran_COMPILER> -Mpreprocess <DEFINES> <INCLUDES> <FLAGS> -E <SOURCE> > <PREPROCESSED_SOURCE>")
-
-set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-Mnofreeform")
-set(CMAKE_Fortran_FORMAT_FREE_FLAG "-Mfreeform")
-
-string(APPEND CMAKE_Fortran_FLAGS_DEBUG_INIT " -Mbounds")
-
-set(CMAKE_Fortran_MODDIR_FLAG "-module ")