Cray: Fix compiler version detection (#15664)

This commit is contained in:
Justin Cook 2015-07-30 11:57:10 -04:00 committed by Chuck Atkins
parent a8c3698526
commit 22809b1665
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
set(_compiler_id_pp_test "defined(_CRAYC)")
set(_compiler_id_version_compute "
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)")