Skip to content

Commit 588f4e9

Browse files
committed
Change BUILD_VERBOSE default value to ON
1 parent cbf4565 commit 588f4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if(CMakePythonDistributions_SUPERBUILD)
3131
endif()
3232
option(BUILD_CMAKE_FROM_SOURCE "Build CMake from source" ${default})
3333

34-
option(BUILD_VERBOSE "Build reporting additional information (e.g download progress, ...)" OFF)
34+
option(BUILD_VERBOSE "Build reporting additional information (e.g download progress, ...)" ON)
3535

3636
set(CMakePythonDistributions_ARCHIVE_DOWNLOAD_DIR "${CMAKE_BINARY_DIR}"
3737
CACHE PATH "Directory where to download archives"

0 commit comments

Comments
 (0)