From 63597935410ff4048b5a7af004049a370926fc00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wierci=C5=84ski?= Date: Fri, 6 Dec 2024 14:20:35 +0100 Subject: [PATCH] wasm: Fix warning message for Emscripten version mismatch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3ebecc5bae1eb5ed102705e41fa024f7caab7650 Reviewed-by: Morten Johan Sørvig --- configure.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.cmake b/configure.cmake index 0e86ed743d7..6ae0ebe104a 100644 --- a/configure.cmake +++ b/configure.cmake @@ -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(