We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CMAKE_VERSION
1 parent 389092d commit cf5b3daCopy full SHA for cf5b3da
cmake/Sourcemeta.cmake
@@ -23,6 +23,7 @@ endif()
23
24
# For debugging purposes
25
if(PROJECT_IS_TOP_LEVEL)
26
+ message(STATUS "CMAKE_VERSION: ${CMAKE_VERSION}")
27
message(STATUS "CMAKE_SYSTEM_NAME: ${CMAKE_SYSTEM_NAME}")
28
message(STATUS "CMAKE_SYSTEM_PROCESSOR: ${CMAKE_SYSTEM_PROCESSOR}")
29
message(STATUS "CMAKE_HOST_SYSTEM_NAME: ${CMAKE_HOST_SYSTEM_NAME}")
0 commit comments