diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ef1ee17..efc62728 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -696,7 +696,7 @@ if (ISLE_BUILD_CONFIG) ) install(DIRECTORY "Build/QTLibs/" DESTINATION "${CMAKE_INSTALL_BINDIR}") else() - message(WARNING "windeployqt not found.") + message(STATUS "windeployqt not found: Qt binaries will not be installed") endif() install(TARGETS isle-config RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"