CMake: Improve the message for WASM thread support note wording
Seeing just "Enable thread support" sounds like an imperative, which is strange to see because it is only shown if thread support was explicitly enabled. Reword it slightly. Pick-to: 6.8 Change-Id: I37596118dfc66204aa3ff81397caa818a5a91e66 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Lorn Potter <lorn.potter@qt.io>
This commit is contained in:
parent
d7ea0ea95f
commit
649caf962f
@ -1448,7 +1448,7 @@ qt_configure_add_report_entry(
|
||||
)
|
||||
qt_configure_add_report_entry(
|
||||
TYPE NOTE
|
||||
MESSAGE "Enable thread support"
|
||||
MESSAGE "WASM Thread support enabled."
|
||||
CONDITION QT_FEATURE_thread AND WASM
|
||||
)
|
||||
qt_configure_add_report_entry(
|
||||
|
Loading…
x
Reference in New Issue
Block a user