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
This commit is contained in:
Solomon Peachy 2026-07-03 16:01:33 -04:00
parent a097c23db2
commit 6351b64fff

View file

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