Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Remove dependency on zlib.
Browse files Browse the repository at this point in the history
It was added in #1034
for the Android support, but it doesn't appear to be used anywhere.

Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
  • Loading branch information
pattivacek committed Apr 20, 2020
1 parent 618256c commit db53b10
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ find_package(sodium REQUIRED)
find_package(SQLite3 REQUIRED)
find_package(Git)
find_package(Asn1c REQUIRED)
find_package(ZLIB)

if(NOT AKTUALIZR_VERSION)
if (EXISTS ${PROJECT_SOURCE_DIR}/VERSION)
Expand Down Expand Up @@ -371,8 +370,7 @@ set (AKTUALIZR_EXTERNAL_LIBS
${SQLITE3_LIBRARIES}
${LibArchive_LIBRARIES}
${LIBP11_LIBRARIES}
${GLIB2_LIBRARIES}
${ZLIB_LIBRARY})
${GLIB2_LIBRARIES})

if(ANDROID)
list(APPEND AKTUALIZR_EXTERNAL_LIBS liblog.so)
Expand Down

0 comments on commit db53b10

Please sign in to comment.