Update CMakeLists.txt

- changed warning to status in cmakelists

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
BagelSketches 2025-07-05 07:41:03 +10:00 committed by GitHub
parent 71c1e6c5af
commit b71eeaaa6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}"