summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-04-15 13:42:34 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-04-15 13:42:41 (GMT)
commit0a6b715c5c25e396916c86e761b54a917c83807a (patch)
tree522e1416e83b01bdb6a0175a77ae0ccdc07ea33f
parent55b4f37d55510405f4bd60f00a4831eb17b3cab2 (diff)
parent06e2c541150454aa0d94738c5c8368f087e39509 (diff)
downloadCMake-0a6b715c5c25e396916c86e761b54a917c83807a.zip
CMake-0a6b715c5c25e396916c86e761b54a917c83807a.tar.gz
CMake-0a6b715c5c25e396916c86e761b54a917c83807a.tar.bz2
Merge topic 'CMakePrintSystemInformation-processor'
06e2c54115 CMakePrintSystemInformation: Add CMAKE_SYSTEM_PROCESSOR Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4608
-rw-r--r--Modules/CMakePrintSystemInformation.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakePrintSystemInformation.cmake b/Modules/CMakePrintSystemInformation.cmake
index 8d5cf5c..d44e933 100644
--- a/Modules/CMakePrintSystemInformation.cmake
+++ b/Modules/CMakePrintSystemInformation.cmake
@@ -11,7 +11,7 @@ This module serves diagnostic purposes. Just include it in a
project to see various internal CMake variables.
#]=======================================================================]
-message("CMAKE_SYSTEM is ${CMAKE_SYSTEM} ${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_VERSION}")
+message("CMAKE_SYSTEM is ${CMAKE_SYSTEM} ${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_VERSION} ${CMAKE_SYSTEM_PROCESSOR}")
message("CMAKE_SYSTEM file is ${CMAKE_SYSTEM_INFO_FILE}")
message("CMAKE_C_COMPILER is ${CMAKE_C_COMPILER}")
message("CMAKE_CXX_COMPILER is ${CMAKE_CXX_COMPILER}")