summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorTin Huynh <ahuynh@nvidia.com>2017-08-29 20:22:33 (GMT)
committerTin Huynh <ahuynh@nvidia.com>2017-09-06 00:35:07 (GMT)
commit97f0b177df992814e24a544a00a31ebf77d2db83 (patch)
tree3228b2dfd311e794eb7c50941cb201be0df766cb /Modules
parent8da7adc22bf5b08a962b343c4226dc78a7f2b431 (diff)
downloadCMake-97f0b177df992814e24a544a00a31ebf77d2db83.zip
CMake-97f0b177df992814e24a544a00a31ebf77d2db83.tar.gz
CMake-97f0b177df992814e24a544a00a31ebf77d2db83.tar.bz2
PGI-Fortran: Remove -Kieee and -Mpreprocess
Fixes #17209
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Compiler/PGI-Fortran.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Compiler/PGI-Fortran.cmake b/Modules/Compiler/PGI-Fortran.cmake
index 4783424..a183c33 100644
--- a/Modules/Compiler/PGI-Fortran.cmake
+++ b/Modules/Compiler/PGI-Fortran.cmake
@@ -7,7 +7,6 @@ set(CMAKE_Fortran_PREPROCESS_SOURCE
set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-Mnofreeform")
set(CMAKE_Fortran_FORMAT_FREE_FLAG "-Mfreeform")
-string(APPEND CMAKE_Fortran_FLAGS_INIT " -Mpreprocess -Kieee")
string(APPEND CMAKE_Fortran_FLAGS_DEBUG_INIT " -Mbounds")
set(CMAKE_Fortran_MODDIR_FLAG "-module ")