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:
Alexandru Croitor 2024-10-24 19:35:24 +02:00
parent d7ea0ea95f
commit 649caf962f

View File

@ -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(