From 1643af431c50a0518b50fbc1f7c8c9470a9dfbdc Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 29 Oct 2019 17:13:40 -0400 Subject: externals: Track upstream libzip Stops relying on a fork for providing zip handling and instead tracks the upstream branch but keeps any necessary build-related changes in the source tree directly without modifying the libzip target itself. --- externals/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'externals/CMakeLists.txt') diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index ac7529edd..61ad3487a 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt @@ -76,6 +76,7 @@ endif() # zlib add_subdirectory(zlib EXCLUDE_FROM_ALL) +set(ZLIB_LIBRARIES z) # libzip add_subdirectory(libzip EXCLUDE_FROM_ALL) -- cgit v1.2.3