8 lines
138 B
CMake
Raw Normal View History

2023-10-31 23:11:15 +01:00
if(__craylinux_crayprgenv_cxx)
return()
endif()
set(__craylinux_crayprgenv_cxx 1)
include(Compiler/CrayPrgEnv)
__CrayPrgEnv_setup(CXX)