mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-09 18:31:23 +00:00
10 lines
315 B
CMake
10 lines
315 B
CMake
|
include(Compiler/PathScale)
|
||
|
__compiler_pathscale(Fortran)
|
||
|
|
||
|
set(CMAKE_Fortran_MODDIR_FLAG "-module ")
|
||
|
set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-fixedform")
|
||
|
set(CMAKE_Fortran_FORMAT_FREE_FLAG "-freeform")
|
||
|
|
||
|
set(CMAKE_Fortran_COMPILE_OPTIONS_PREPROCESS_ON "-cpp")
|
||
|
set(CMAKE_Fortran_COMPILE_OPTIONS_PREPROCESS_OFF "-nocpp")
|