From 55155150866a4b8e3733b124ef643bd0e1f4d2e3 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 16 May 2008 17:56:43 -0400 Subject: [PATCH] ENH: Add Linux-PGI-Fortran platform file to support the Portland Group Fortran compiler (PGI). --- Modules/Platform/Linux-PGI-Fortran.cmake | 1 + 1 file changed, 1 insertion(+) create mode 100644 Modules/Platform/Linux-PGI-Fortran.cmake diff --git a/Modules/Platform/Linux-PGI-Fortran.cmake b/Modules/Platform/Linux-PGI-Fortran.cmake new file mode 100644 index 0000000000..a26e680a4f --- /dev/null +++ b/Modules/Platform/Linux-PGI-Fortran.cmake @@ -0,0 +1 @@ +SET(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "")