summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-GNU-Fortran.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-12-02 16:27:59 (GMT)
committerBrad King <brad.king@kitware.com>2009-12-02 16:27:59 (GMT)
commitaff31479176b531042e7f5d89fbd1cef392cea9a (patch)
tree2dce1e4c1b1f4919372979a9059259e2c0bac1a9 /Modules/Platform/Windows-GNU-Fortran.cmake
parente28c16b482ace7a27ddd9c3680ce942ca83a9f38 (diff)
downloadCMake-aff31479176b531042e7f5d89fbd1cef392cea9a.zip
CMake-aff31479176b531042e7f5d89fbd1cef392cea9a.tar.gz
CMake-aff31479176b531042e7f5d89fbd1cef392cea9a.tar.bz2
Modernize GNU compiler info on Windows
This moves GNU compiler info on Windows into new-style modules Platform/Windows-GNU-<lang>.cmake using language-independent helper module Platform/Windows-GNU.cmake to define macros consolidating the information.
Diffstat (limited to 'Modules/Platform/Windows-GNU-Fortran.cmake')
-rw-r--r--Modules/Platform/Windows-GNU-Fortran.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-GNU-Fortran.cmake b/Modules/Platform/Windows-GNU-Fortran.cmake
new file mode 100644
index 0000000..c66feed
--- /dev/null
+++ b/Modules/Platform/Windows-GNU-Fortran.cmake
@@ -0,0 +1,2 @@
+include(Platform/Windows-GNU)
+__windows_compiler_gnu(Fortran)