From 649caf962f6ff9edf9bd01f5f48c32f713ba773b 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. Pick-to: 6.8 Change-Id: I37596118dfc66204aa3ff81397caa818a5a91e66 Reviewed-by: Alexey Edelev Reviewed-by: Lorn Potter --- configure.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.cmake b/configure.cmake index d6fddad6a58..5613db5c760 100644 --- a/configure.cmake +++ b/configure.cmake @@ -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(