diff options
author | Tin Huynh <ahuynh@nvidia.com> | 2017-08-29 20:22:33 (GMT) |
---|---|---|
committer | Tin Huynh <ahuynh@nvidia.com> | 2017-09-06 00:35:07 (GMT) |
commit | 97f0b177df992814e24a544a00a31ebf77d2db83 (patch) | |
tree | 3228b2dfd311e794eb7c50941cb201be0df766cb | |
parent | 8da7adc22bf5b08a962b343c4226dc78a7f2b431 (diff) | |
download | CMake-97f0b177df992814e24a544a00a31ebf77d2db83.zip CMake-97f0b177df992814e24a544a00a31ebf77d2db83.tar.gz CMake-97f0b177df992814e24a544a00a31ebf77d2db83.tar.bz2 |
PGI-Fortran: Remove -Kieee and -Mpreprocess
Fixes #17209
-rw-r--r-- | Modules/Compiler/PGI-Fortran.cmake | 1 |
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 ") |