mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-26 13:50:50 +00:00
8 lines
150 B
CMake
8 lines
150 B
CMake
|
if(__craylinux_crayprgenv_fortran)
|
||
|
return()
|
||
|
endif()
|
||
|
set(__craylinux_crayprgenv_fortran 1)
|
||
|
|
||
|
include(Compiler/CrayPrgEnv)
|
||
|
__CrayPrgEnv_setup(Fortran)
|