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.

Change-Id: I37596118dfc66204aa3ff81397caa818a5a91e66
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Reviewed-by: Lorn Potter <lorn.potter@qt.io>
(cherry picked from commit 649caf962f6ff9edf9bd01f5f48c32f713ba773b)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Alexandru Croitor 2024-10-24 19:35:24 +02:00
parent b773eeee27
commit 3614892abe

View File

@ -1458,7 +1458,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(