CMakeLists: Make libzip excluded from the ALL target

Likewise, we also only want to link in the libraries that we actually
make use of (so we don't need to worry about linking in test targets).
This commit is contained in:
Lioncash 2019-10-03 23:11:19 -04:00
parent 80bdb44ead
commit e29492d114
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ endif()
add_subdirectory(zlib EXCLUDE_FROM_ALL)
# libzip
add_subdirectory(libzip)
add_subdirectory(libzip EXCLUDE_FROM_ALL)
if (ENABLE_WEB_SERVICE)
# LibreSSL