mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-13 13:51:05 +00:00
6 lines
162 B
CMake
6 lines
162 B
CMake
|
include(Platform/Windows-GNU)
|
||
|
__windows_compiler_gnu(Fortran)
|
||
|
|
||
|
# gfortran on 64-bit MinGW defines __SIZEOF_POINTER__
|
||
|
set(CMAKE_Fortran_SIZEOF_DATA_PTR_DEFAULT 4)
|