summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/Cray-DetermineCompiler.cmake
blob: cf55d2d19c2813cb2c5f9fd0726f3e4bff991558 (plain)
1
2
3
4
5
6

set(_compiler_id_pp_test "defined(_CRAYC)")

set(_compiler_id_version_compute "
# define COMPILER_VERSION_MAJOR DEC(_RELEASE)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)")