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 <alexey.edelev@qt.io>
This commit is contained in:
parent
92d24e52f1
commit
674475887c
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user