Browse Source

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).
nce_cpp
Lioncash 6 years ago
parent
commit
85c8859a2a
  1. 2
      externals/CMakeLists.txt

2
externals/CMakeLists.txt

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

Loading…
Cancel
Save