qt-build-tools/6.5.1/_tools/cmake/share/cmake-3.17/Modules/Compiler/CrayPrgEnv-C.cmake

8 lines
132 B
CMake
Raw Normal View History

2023-11-01 06:11:15 +08:00
if(__craylinux_crayprgenv_c)
return()
endif()
set(__craylinux_crayprgenv_c 1)
include(Compiler/CrayPrgEnv)
__CrayPrgEnv_setup(C)