From 6ab665b9f3537dce8735f5edb2e4de92acb10475 Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Fri, 4 Jun 2021 07:07:26 +1000 Subject: wasm: fix up compiler message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's Emscripten compiler, not wasm compiler. Change-Id: I39e754be9486500d9bba71006642fbdb1261c84c Reviewed-by: Morten Johan Sørvig --- configure.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.cmake') 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) -- cgit v1.2.3