8 lines
145 B
CMake
Raw Normal View History

2023-12-16 20:31:59 +02:00
if(__craylinux_crayprgenv_cxx)
return()
endif()
set(__craylinux_crayprgenv_cxx 1)
include(Compiler/CrayPrgEnv)
__CrayPrgEnv_setup(CXX)