We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf4565 commit 588f4e9Copy full SHA for 588f4e9
CMakeLists.txt
@@ -31,7 +31,7 @@ if(CMakePythonDistributions_SUPERBUILD)
31
endif()
32
option(BUILD_CMAKE_FROM_SOURCE "Build CMake from source" ${default})
33
34
- option(BUILD_VERBOSE "Build reporting additional information (e.g download progress, ...)" OFF)
+ option(BUILD_VERBOSE "Build reporting additional information (e.g download progress, ...)" ON)
35
36
set(CMakePythonDistributions_ARCHIVE_DOWNLOAD_DIR "${CMAKE_BINARY_DIR}"
37
CACHE PATH "Directory where to download archives"
0 commit comments