gbe_fork/cmake/share/cmake-3.27/Modules/Compiler/CrayPrgEnv-C.cmake

8 lines
139 B
CMake
Raw Normal View History

2023-12-17 02:31:59 +08:00
if(__craylinux_crayprgenv_c)
return()
endif()
set(__craylinux_crayprgenv_c 1)
include(Compiler/CrayPrgEnv)
__CrayPrgEnv_setup(C)