summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Modules/Compiler/Cray-DetermineCompiler.cmake
blob: 881b82c0bf9bb1715a3822e42b79f881ad882770 (plain)
1
2
3
4
5
6

set(_compiler_id_pp_test "defined(_CRAYC)")

set(_compiler_id_version_compute "
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)")