From 97f0b177df992814e24a544a00a31ebf77d2db83 Mon Sep 17 00:00:00 2001 From: Tin Huynh Date: Tue, 29 Aug 2017 13:22:33 -0700 Subject: PGI-Fortran: Remove -Kieee and -Mpreprocess Fixes #17209 --- Modules/Compiler/PGI-Fortran.cmake | 1 - 1 file changed, 1 deletion(-) 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 ") -- cgit v0.12