From c1415a6a6c83f9eaf3db49b62f4923d24ef19d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?= Date: Tue, 21 Nov 2023 10:33:16 -0300 Subject: [PATCH] Remove noisy and non-informative message This has the flaw of providing very little information and happens too many times during the configure process. My bad, apologies for the noise. Change-Id: I57368f514be968e7144f364f627c110ceed20dae Reviewed-by: Alexandru Croitor --- cmake/QtPostProcessHelpers.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmake/QtPostProcessHelpers.cmake b/cmake/QtPostProcessHelpers.cmake index 82a88565a6..5c904b1050 100644 --- a/cmake/QtPostProcessHelpers.cmake +++ b/cmake/QtPostProcessHelpers.cmake @@ -451,10 +451,6 @@ if(NOT DEFINED QT_SKIP_AUTO_QML_PLUGIN_INCLUSION) set(QT_SKIP_AUTO_QML_PLUGIN_INCLUSION OFF) endif() -if(QT_REPO_MODULE_VERSION) - message(STATUS \"Skip auto QML plugin inclusion is set to \${QT_SKIP_AUTO_QML_PLUGIN_INCLUSION}\") -endif() - file(GLOB __qt_qml_plugins_config_file_list \"\${CMAKE_CURRENT_LIST_DIR}/QmlPlugins/${INSTALL_CMAKE_NAMESPACE}*Config.cmake\") if (__qt_qml_plugins_config_file_list AND NOT QT_SKIP_AUTO_QML_PLUGIN_INCLUSION) # First round of inclusions ensure all qml plugin targets are brought into scope.