https://github.com/Kitware/CMake
Raw File
Tip revision: e31084e65745f9dd422c6aff0a2ed4ada6918805 authored by Brad King on 07 July 2016, 13:17:24 UTC
CMake 3.6.0
Tip revision: e31084e
CrayPrgEnv-Cray-C.cmake
if(__craylinux_crayprgenv_cray_c)
  return()
endif()
set(__craylinux_crayprgenv_cray_c 1)

include(Compiler/CrayPrgEnv-C)
__CrayPrgEnv_setup_C("/opt/cray/cce/.*/ccfe" "/opt/cray/cce/.*/ld")
back to top