mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
Cray: Detect Fortran compiler version patch level if available
Fixes: #21969
This commit is contained in:
committed by
Brad King
parent
375e14a405
commit
258faaeef6
@@ -62,6 +62,9 @@
|
||||
PRINT *, 'INFO:compiler[Cray]'
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
# if defined(_RELEASE_PATCHLEVEL)
|
||||
# define COMPILER_VERSION_PATCH DEC(_RELEASE_PATCHLEVEL)
|
||||
# endif
|
||||
#elif defined(__G95__)
|
||||
PRINT *, 'INFO:compiler[G95]'
|
||||
# define COMPILER_VERSION_MAJOR DEC(__G95__)
|
||||
|
||||
Reference in New Issue
Block a user