summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2021-06-04 07:07:26 +1000
committerLorn Potter <lorn.potter@gmail.com>2021-06-08 09:26:04 +1000
commit6ab665b9f3537dce8735f5edb2e4de92acb10475 (patch)
treee8b48f2de944ea47cc83b7c7ba4fa90551b9e1f5 /configure.cmake
parent1b4fe5d388e754d39bf2eac02107e988993bf43f (diff)
wasm: fix up compiler message
It's Emscripten compiler, not wasm compiler. Change-Id: I39e754be9486500d9bba71006642fbdb1261c84c Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.cmake b/configure.cmake
index c21452583c..76ad4f32f8 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -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)