externals: Remove libzip

This commit is contained in:
Morph 2021-09-28 20:47:14 -04:00
parent 616d0236f5
commit 5f6cd32c9e
7 changed files with 1 additions and 653 deletions

View file

@ -93,13 +93,6 @@ endif()
# Sirit
add_subdirectory(sirit)
# libzip
find_package(libzip 1.5)
if (NOT libzip_FOUND)
message(STATUS "libzip 1.5 or newer not found, falling back to externals")
add_subdirectory(libzip EXCLUDE_FROM_ALL)
endif()
if (ENABLE_WEB_SERVICE)
find_package(OpenSSL 1.1)
if (OPENSSL_FOUND)