Skip to content

Commit

Permalink
wasm: Fix warning message for Emscripten version mismatch
Browse files Browse the repository at this point in the history
Change-Id: I3ebecc5bae1eb5ed102705e41fa024f7caab7650
Reviewed-by: Morten Johan Sørvig <[email protected]>
  • Loading branch information
Piotr Wierciński committed Dec 10, 2024
1 parent b977893 commit 6359793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1478,8 +1478,8 @@ qt_configure_add_report_entry(
)
qt_configure_add_report_entry(
TYPE WARNING
MESSAGE "Using Emscripten version ${QT_EMCC_RECOMMENDED_VERSION} with this Qt
may have issues. You have ${EMCC_VERSION}."
MESSAGE "Using Emscripten version ${EMCC_VERSION} with this Qt
may have issues. The recommended version is ${QT_EMCC_RECOMMENDED_VERSION}."
CONDITION WASM AND ${EMCC_VERSION} VERSION_GREATER ${QT_EMCC_RECOMMENDED_VERSION}
)
qt_configure_add_report_entry(
Expand Down

0 comments on commit 6359793

Please sign in to comment.