Windows-GNU-Fortran.cmake 162 B

12345
  1. include(Platform/Windows-GNU)
  2. __windows_compiler_gnu(Fortran)
  3. # gfortran on 64-bit MinGW defines __SIZEOF_POINTER__
  4. set(CMAKE_Fortran_SIZEOF_DATA_PTR_DEFAULT 4)