summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-PGI-Fortran.cmake
diff options
context:
space:
mode:
authorChristian Pfeiffer <cpfeiffer@live.de>2017-05-12 17:10:21 (GMT)
committerChristian Pfeiffer <cpfeiffer@live.de>2017-05-20 18:02:51 (GMT)
commit4eb15824b3092866f9c30d7af3221487c60fab07 (patch)
tree127fc54c5be203b0dfc6112a141adde02c39117c /Modules/Platform/Windows-PGI-Fortran.cmake
parenta94ae96e6e1b8ef4e169c7c23cf95e0894e648cb (diff)
downloadCMake-4eb15824b3092866f9c30d7af3221487c60fab07.zip
CMake-4eb15824b3092866f9c30d7af3221487c60fab07.tar.gz
CMake-4eb15824b3092866f9c30d7af3221487c60fab07.tar.bz2
Windows-PGI: Add platform definitions
PGI on Windows should use the Visual C++ linker and librarian and not the ar provided for legacy reasons. The compiler parameters themselves are the same as their Linux parameters and not compatible to MSVC however.
Diffstat (limited to 'Modules/Platform/Windows-PGI-Fortran.cmake')
-rw-r--r--Modules/Platform/Windows-PGI-Fortran.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-PGI-Fortran.cmake b/Modules/Platform/Windows-PGI-Fortran.cmake
new file mode 100644
index 0000000..2222e33
--- /dev/null
+++ b/Modules/Platform/Windows-PGI-Fortran.cmake
@@ -0,0 +1,2 @@
+include(Platform/Windows-PGI)
+__windows_compiler_pgi(Fortran)