cmake/Modules/Platform/Windows-GNU-Fortran.cmake

6 lines
162 B
CMake
Raw Normal View History

2010-03-17 14:00:29 +02:00
include(Platform/Windows-GNU)
__windows_compiler_gnu(Fortran)
2012-02-18 12:40:36 +02:00
# gfortran on 64-bit MinGW defines __SIZEOF_POINTER__
set(CMAKE_Fortran_SIZEOF_DATA_PTR_DEFAULT 4)