From 035c7fabc3b82cbc9a346c11abe2e9462b4c0379 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 30 Oct 2012 15:39:57 -0700 Subject: Imported Upstream version 2.8.9 --- Modules/Platform/Windows-GNU-Fortran.cmake | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Modules/Platform/Windows-GNU-Fortran.cmake (limited to 'Modules/Platform/Windows-GNU-Fortran.cmake') diff --git a/Modules/Platform/Windows-GNU-Fortran.cmake b/Modules/Platform/Windows-GNU-Fortran.cmake new file mode 100644 index 000000000..b81b79679 --- /dev/null +++ b/Modules/Platform/Windows-GNU-Fortran.cmake @@ -0,0 +1,5 @@ +include(Platform/Windows-GNU) +__windows_compiler_gnu(Fortran) + +# gfortran on 64-bit MinGW defines __SIZEOF_POINTER__ +set(CMAKE_Fortran_SIZEOF_DATA_PTR_DEFAULT 4) -- cgit v1.2.3