Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
6.2.4, 6.3.0, 6.4.0 Beta1
-
None
Description
Calling top-level configure without -developer-build still outputs quite a few messages, even with https://codereview.qt-project.org/c/qt/qtbase/+/398614
Notably all the 'Checking dependencies of submodule' messages, 'Configuring submodule', 'The following packages have been found', and the summary upon reconfiguration even with https://codereview.qt-project.org/c/qt/qtbase/+/415288 applied.
The reason is that we set CMAKE_MESSAGE_LOG_LEVEL in QtSetup within each repo subdirectory scope, whereas the messages above are displayed in the top-level scope, which doesn't have CMAKE_MESSAGE_LOG_LEVEL set in it.
Attachments
Issue Links
- relates to
-
QTBUG-104127 Show configuration summary when configuring a Qt repo the first time
- Closed