From 6351b64fff2632c05e61e08d4a26bad6199ad2bb Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 3 Jul 2026 16:01:33 -0400 Subject: [PATCH] rbutil: Change phrasing of message when system quazip is not found It's not a fatal error (as we build in-tree instead) but the builder infrastruture was treating it as one. Change-Id: I7c0d00e36184f8d15642bce4a3bbbd5542943ed6 --- utils/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt index 7bf435c601..3dc1d005d1 100644 --- a/utils/CMakeLists.txt +++ b/utils/CMakeLists.txt @@ -91,7 +91,7 @@ if(QuaZip-Qt${QT_VERSION_MAJOR}_FOUND) message("-- Found QuaZip") set(QUAZIP_LIBRARY QuaZip::QuaZip) else() - message("-- QuaZip not found, building our own") + message("-- Could not find system QuaZip, uisng our own copy.") # TODO: Upstream has cmake support, use that instead. add_library(quazip ${CMAKE_CURRENT_LIST_DIR}/rbutilqt/quazip/ioapi.h