summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2010-03-23 15:32:40 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2010-03-23 15:32:40 (GMT)
commit570ceeb4a466468861f7ff10c092bda327837ae2 (patch)
tree96a80820e3f9f6f8ccfa41218d7c252e83bb1b53 /Modules
parentfc4e7dcec0b4f87a96866a01621aaaffc04fa6f0 (diff)
downloadCMake-570ceeb4a466468861f7ff10c092bda327837ae2.zip
CMake-570ceeb4a466468861f7ff10c092bda327837ae2.tar.gz
CMake-570ceeb4a466468861f7ff10c092bda327837ae2.tar.bz2
Teach CMake how to work with G95 on mingw.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/Windows-G95-Fortran.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-G95-Fortran.cmake b/Modules/Platform/Windows-G95-Fortran.cmake
new file mode 100644
index 0000000..af08008
--- /dev/null
+++ b/Modules/Platform/Windows-G95-Fortran.cmake
@@ -0,0 +1 @@
+include(Platform/Windows-GNU-Fortran)