From 674475887c6e4aeb82000e64657a69366cc9c7a4 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 18 Oct 2024 15:05:27 +0200 Subject: [PATCH] CMake: Switch message type of the architecture extraction project It should be STATUS instead of NOTICE, otherwise in a non-developer build where the default logging is quiet (log-level == NOTICE), the output might confuse builders that those flags are used for the build of Qt, rather than the architecture extraction project. Pick-to: 6.8 Fixes: QTBUG-130294 Change-Id: If2ee50b47d46b00dc55c5423700749ab142bbf7c Reviewed-by: Alexey Edelev --- cmake/QtBaseConfigureTests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/QtBaseConfigureTests.cmake b/cmake/QtBaseConfigureTests.cmake index 66a0b3b6dd4..d41fac2e18e 100644 --- a/cmake/QtBaseConfigureTests.cmake +++ b/cmake/QtBaseConfigureTests.cmake @@ -18,7 +18,7 @@ function(qt_run_config_test_architecture) message(STATUS "Building architecture extraction project with the following CMake arguments:") list(POP_BACK CMAKE_MESSAGE_CONTEXT _context) - message(NOTICE ${flags_indented}) + message(STATUS ${flags_indented}) list(APPEND CMAKE_MESSAGE_CONTEXT ${_context}) try_compile(