qt-build-tools/6.6.0/_tools/cmake/share/cmake-3.27/Modules/Compiler/CrayPrgEnv-CXX.cmake

8 lines
138 B
CMake
Raw Normal View History

2023-11-02 05:26:17 +08:00
if(__craylinux_crayprgenv_cxx)
return()
endif()
set(__craylinux_crayprgenv_cxx 1)
include(Compiler/CrayPrgEnv)
__CrayPrgEnv_setup(CXX)