mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-17 13:55:17 +02:00
7 lines
145 B
CMake
7 lines
145 B
CMake
if(__craylinux_crayprgenv_cxx)
|
|
return()
|
|
endif()
|
|
set(__craylinux_crayprgenv_cxx 1)
|
|
|
|
include(Compiler/CrayPrgEnv)
|
|
__CrayPrgEnv_setup(CXX)
|