qt-build-tools/6.5.3/_tools/cmake/share/cmake-3.27/Modules/Compiler/CrayPrgEnv-C.cmake
2023-11-01 21:39:10 +01:00

8 lines
132 B
CMake

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