From 3614892abe38849b4efbf00b54272fd15073a7ef Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 24 Oct 2024 19:35:24 +0200 Subject: [PATCH] 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 Reviewed-by: Lorn Potter (cherry picked from commit 649caf962f6ff9edf9bd01f5f48c32f713ba773b) Reviewed-by: Qt Cherry-pick Bot --- configure.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.cmake b/configure.cmake index 75577a5be46..db3b6084670 100644 --- a/configure.cmake +++ b/configure.cmake @@ -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(