Skip to content

Commit

Permalink
CMake: Improve the message for WASM thread support note wording
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Lorn Potter <[email protected]>
  • Loading branch information
alcroito committed Oct 29, 2024
1 parent d7ea0ea commit 649caf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 649caf9

Please sign in to comment.