summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Modules/Compiler/CrayPrgEnv-C.cmake
blob: 76aa93b95d05a3068f2c92f0dff6081fe93cbcf9 (plain)
1
2
3
4
5
6
7
if(__craylinux_crayprgenv_c)
  return()
endif()
set(__craylinux_crayprgenv_c 1)

include(Compiler/CrayPrgEnv)
__CrayPrgEnv_setup(C)