mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-01-23 20:34:36 +08:00
8 lines
138 B
CMake
8 lines
138 B
CMake
if(__craylinux_crayprgenv_cxx)
|
|
return()
|
|
endif()
|
|
set(__craylinux_crayprgenv_cxx 1)
|
|
|
|
include(Compiler/CrayPrgEnv)
|
|
__CrayPrgEnv_setup(CXX)
|