From 570ceeb4a466468861f7ff10c092bda327837ae2 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 23 Mar 2010 11:32:40 -0400 Subject: [PATCH] Teach CMake how to work with G95 on mingw. --- Modules/Platform/Windows-G95-Fortran.cmake | 1 + 1 file changed, 1 insertion(+) create mode 100644 Modules/Platform/Windows-G95-Fortran.cmake diff --git a/Modules/Platform/Windows-G95-Fortran.cmake b/Modules/Platform/Windows-G95-Fortran.cmake new file mode 100644 index 000000000..af0800825 --- /dev/null +++ b/Modules/Platform/Windows-G95-Fortran.cmake @@ -0,0 +1 @@ +include(Platform/Windows-GNU-Fortran)