diff --git a/src/corelib/CMakeLists.txt b/src/corelib/CMakeLists.txt index c8c51e4a8b..bae11298bc 100644 --- a/src/corelib/CMakeLists.txt +++ b/src/corelib/CMakeLists.txt @@ -1206,7 +1206,7 @@ if(QT_FEATURE_mimetype AND QT_FEATURE_mimetype_database) set(corelib_mimetypes_resource_file "${mimetypes_resource_file_minified}") endif() else() - message(WARNING "xmlstarlet was not found. ${mime_types_resource_file} will not be minified!") + message(STATUS "xmlstarlet command was not found. ${mime_types_resource_file} will not be minified.") endif() if (CMAKE_VERSION GREATER_EQUAL 3.19)