mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
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:
parent
a097c23db2
commit
6351b64fff
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue