Skip to content

Commit

Permalink
wasm: fix up compiler message
Browse files Browse the repository at this point in the history
It's Emscripten compiler, not wasm compiler.

Change-Id: I39e754be9486500d9bba71006642fbdb1261c84c
Reviewed-by: Morten Johan Sørvig <[email protected]>
  • Loading branch information
lpotter committed Jun 7, 2021
1 parent 1b4fe5d commit 6ab665b
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 @@ -1150,7 +1150,7 @@ qt_configure_add_report_entry(
)
qt_configure_add_report_entry(
TYPE WARNING
MESSAGE "You should use the recommended Wasm version ${QT_EMCC_RECOMMENDED_VERSION} with this Qt. You have ${EMCC_VERSION}."
MESSAGE "You should use the recommended Emscripten version ${QT_EMCC_RECOMMENDED_VERSION} with this Qt. You have ${EMCC_VERSION}."
CONDITION WASM AND NOT ${EMCC_VERSION} MATCHES ${QT_EMCC_RECOMMENDED_VERSION}
)
if(WASM)
Expand Down

0 comments on commit 6ab665b

Please sign in to comment.