Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2017-10-17 17:53:11 +0300
committerMarkus Goetz <markus@woboq.com>2017-10-17 17:53:11 +0300
commitaf24b4132d131886e65ebb12a480f73b87902f42 (patch)
tree57368618b6270894c873626deff893a12ba8b487 /CMakeLists.txt
parentd339b68715f71c13860f6b1135a7d0a6bf3ac647 (diff)
Packaging: Require ZLIB
For owncloud/enterprise#2295
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2540f689..022aaccc2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -199,7 +199,7 @@ if(BUILD_CLIENT)
endif()
endif()
- find_package(ZLIB)
+ find_package(ZLIB REQUIRED)
endif()
if (NOT DEFINED APPLICATION_ICON_NAME)