diff options
author | Brad King <brad.king@kitware.com> | 2008-05-16 21:56:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-05-16 21:56:43 (GMT) |
commit | 55155150866a4b8e3733b124ef643bd0e1f4d2e3 (patch) | |
tree | 483d8ecaa8bf85cd68be6b2b583da82fb8904649 | |
parent | 0c6ba12efd365c08334385589a4e1b5432cd6780 (diff) | |
download | CMake-55155150866a4b8e3733b124ef643bd0e1f4d2e3.zip CMake-55155150866a4b8e3733b124ef643bd0e1f4d2e3.tar.gz CMake-55155150866a4b8e3733b124ef643bd0e1f4d2e3.tar.bz2 |
ENH: Add Linux-PGI-Fortran platform file to support the Portland Group Fortran compiler (PGI).
-rw-r--r-- | Modules/Platform/Linux-PGI-Fortran.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Linux-PGI-Fortran.cmake b/Modules/Platform/Linux-PGI-Fortran.cmake new file mode 100644 index 0000000..a26e680 --- /dev/null +++ b/Modules/Platform/Linux-PGI-Fortran.cmake @@ -0,0 +1 @@ +SET(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "") |