qt-build-tools/6.5.1/_tools/cmake/share/cmake-3.16/Modules/Compiler/CrayPrgEnv-C.cmake
2023-10-31 23:20:22 +01:00

8 lines
132 B
CMake

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