Files
UnrealEngine/Engine/Extras/ThirdPartyNotUE/CMake/share/cmake-3.24/Modules/Compiler/CrayPrgEnv-CXX.cmake
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

8 lines
138 B
CMake

if(__craylinux_crayprgenv_cxx)
return()
endif()
set(__craylinux_crayprgenv_cxx 1)
include(Compiler/CrayPrgEnv)
__CrayPrgEnv_setup(CXX)