diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-03-23 15:32:40 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-03-23 15:32:40 (GMT) |
commit | 570ceeb4a466468861f7ff10c092bda327837ae2 (patch) | |
tree | 96a80820e3f9f6f8ccfa41218d7c252e83bb1b53 /Modules | |
parent | fc4e7dcec0b4f87a96866a01621aaaffc04fa6f0 (diff) | |
download | CMake-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.cmake | 1 |
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) |