1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-09-01 04:03:09 +02:00
gbe_fork/cmake/share/cmake-3.30/Modules/Compiler/CrayPrgEnv-C.cmake
2024-08-19 00:34:28 +02:00

7 lines
139 B
CMake

if(__craylinux_crayprgenv_c)
return()
endif()
set(__craylinux_crayprgenv_c 1)
include(Compiler/CrayPrgEnv)
__CrayPrgEnv_setup(C)