summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/CrayPrgEnv-GNU-CXX.cmake
blob: be4eb6d544dd1a9b7cbc86abcdac801ccb9281ea (plain)
1
2
3
4
5
6
7
if(__craylinux_crayprgenv_gnu_cxx)
  return()
endif()
set(__craylinux_crayprgenv_gnu_cxx 1)

include(Compiler/CrayPrgEnv-CXX)
__CrayPrgEnv_setup_CXX("/opt/gcc/.*/cc1plus" "/opt/gcc/.*/collect2")