Packaging: Require ZLIB

For owncloud/enterprise#2295
This commit is contained in:
Markus Goetz 2017-10-17 16:53:11 +02:00
parent d339b68715
commit af24b4132d
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ if(BUILD_CLIENT)
endif()
endif()
find_package(ZLIB)
find_package(ZLIB REQUIRED)
endif()
if (NOT DEFINED APPLICATION_ICON_NAME)