summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-PGI-Fortran.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/Linux-PGI-Fortran.cmake')
-rw-r--r--Modules/Platform/Linux-PGI-Fortran.cmake11
1 files changed, 2 insertions, 9 deletions
diff --git a/Modules/Platform/Linux-PGI-Fortran.cmake b/Modules/Platform/Linux-PGI-Fortran.cmake
index 7c99e79..e8731a3 100644
--- a/Modules/Platform/Linux-PGI-Fortran.cmake
+++ b/Modules/Platform/Linux-PGI-Fortran.cmake
@@ -1,9 +1,2 @@
-SET(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "")
-
-SET(CMAKE_Fortran_MODDIR_FLAG "-module ")
-SET(CMAKE_Fortran_FLAGS_INIT "-Mpreprocess -Kieee -fpic")
-SET(CMAKE_Fortran_FLAGS_DEBUG_INIT "-g -O0 -Mbounds")
-SET(CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "-O2 -s")
-SET(CMAKE_Fortran_FLAGS_RELEASE_INIT "-fast -O3 -Mipa=fast")
-SET(CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "-O2 -gopt")
-
+include(Platform/Linux-PGI)
+__linux_compiler_pgi(Fortran)