summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-31 13:21:41 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-07-31 13:21:41 (GMT)
commite91f096e1beba3c3d6f71e5c7cbc337c9d9d7282 (patch)
treeece9b2df9f9eb9fe3371b1d9d95579be6baa8e5b /Modules
parent1687060b587ded9e65153280c8ab364b05614b64 (diff)
parent22809b1665dd2b561fda280d486d099bad6ac877 (diff)
downloadCMake-e91f096e1beba3c3d6f71e5c7cbc337c9d9d7282.zip
CMake-e91f096e1beba3c3d6f71e5c7cbc337c9d9d7282.tar.gz
CMake-e91f096e1beba3c3d6f71e5c7cbc337c9d9d7282.tar.bz2
Merge topic 'fix-cray-version'
22809b16 Cray: Fix compiler version detection (#15664)
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Compiler/Cray-DetermineCompiler.cmake2
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)")