Merge topic 'fix-cray-version'

22809b16 Cray: Fix compiler version detection (#15664)
This commit is contained in:
Brad King 2015-07-31 09:21:41 -04:00 committed by CMake Topic Stage
commit e91f096e1b
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)")