From b71eeaaa6cc0acc308ac423b28119801bbca1c3f Mon Sep 17 00:00:00 2001 From: BagelSketches <112355083+BagelSketches@users.noreply.github.com> Date: Sat, 5 Jul 2025 07:41:03 +1000 Subject: [PATCH] Update CMakeLists.txt - changed warning to status in cmakelists Co-authored-by: Anonymous Maarten --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"