summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-10-03 23:11:19 -0400
committerLioncash <mathew1800@gmail.com>2019-10-04 05:02:01 -0400
commite29492d114a9caecaac8698457157ba93c8ee01e (patch)
treec38d97b46c8af772943c762d94d046d68581b0f9
parent80bdb44ead002e37eec935fb905c604e7d7a1d43 (diff)
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).
-rw-r--r--externals/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt
index d6815fbc5..3539828b8 100644
--- a/externals/CMakeLists.txt
+++ b/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