summaryrefslogtreecommitdiffstats
path: root/config/toolchain/crayle.cmake
blob: 02df8ffb9debb2d6183cc3f00b75fe048078e460 (plain)
1
2
3
4
5
6
7
8
9
10
# The following line will use cross-compiling
set (CMAKE_SYSTEM_NAME Linux)

set (CMAKE_COMPILER_VENDOR "CrayLinuxEnvironment")

set (CMAKE_C_COMPILER cc)
set (CMAKE_Fortran_COMPILER ftn)

# the following is used if cross-compiling
set (CMAKE_CROSSCOMPILING_EMULATOR "")