Merge topic 'fix-cray-version'
22809b16
Cray: Fix compiler version detection (#15664)
This commit is contained in:
commit
e91f096e1b
|
@ -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)")
|
||||
|
|
Loading…
Reference in New Issue