Skip to content

Commit cf5b3da

Browse files
authored
Print CMAKE_VERSION when configuring for debugging reasons (#1756)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 389092d commit cf5b3da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/Sourcemeta.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ endif()
2323

2424
# For debugging purposes
2525
if(PROJECT_IS_TOP_LEVEL)
26+
message(STATUS "CMAKE_VERSION: ${CMAKE_VERSION}")
2627
message(STATUS "CMAKE_SYSTEM_NAME: ${CMAKE_SYSTEM_NAME}")
2728
message(STATUS "CMAKE_SYSTEM_PROCESSOR: ${CMAKE_SYSTEM_PROCESSOR}")
2829
message(STATUS "CMAKE_HOST_SYSTEM_NAME: ${CMAKE_HOST_SYSTEM_NAME}")

0 commit comments

Comments
 (0)