Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-104128

top-level configure is still verbose in a non-developer build

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3: Somewhat important
    • None
    • 6.2.4, 6.3.0, 6.4.0 Beta1
    • Build System: CMake
    • 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              alexandru.croitor Alexandru Croitor
              alexandru.croitor Alexandru Croitor
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews