diff options
author | Brad King <brad.king@kitware.com> | 2015-07-31 13:21:41 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-07-31 13:21:41 (GMT) |
commit | e91f096e1beba3c3d6f71e5c7cbc337c9d9d7282 (patch) | |
tree | ece9b2df9f9eb9fe3371b1d9d95579be6baa8e5b | |
parent | 1687060b587ded9e65153280c8ab364b05614b64 (diff) | |
parent | 22809b1665dd2b561fda280d486d099bad6ac877 (diff) | |
download | CMake-e91f096e1beba3c3d6f71e5c7cbc337c9d9d7282.zip CMake-e91f096e1beba3c3d6f71e5c7cbc337c9d9d7282.tar.gz CMake-e91f096e1beba3c3d6f71e5c7cbc337c9d9d7282.tar.bz2 |
Merge topic 'fix-cray-version'
22809b16 Cray: Fix compiler version detection (#15664)
-rw-r--r-- | Modules/Compiler/Cray-DetermineCompiler.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Compiler/Cray-DetermineCompiler.cmake b/Modules/Compiler/Cray-DetermineCompiler.cmake index 881b82c..6602294 100644 --- a/Modules/Compiler/Cray-DetermineCompiler.cmake +++ b/Modules/Compiler/Cray-DetermineCompiler.cmake @@ -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)") |