zdoom-macos-deps/deps/cmake/share/cmake-3.25/Modules/Compiler/CrayPrgEnv-Fortran.cmake

8 lines
150 B
CMake
Raw Normal View History

2021-07-25 09:55:31 +00:00
if(__craylinux_crayprgenv_fortran)
return()
endif()
set(__craylinux_crayprgenv_fortran 1)
include(Compiler/CrayPrgEnv)
__CrayPrgEnv_setup(Fortran)