aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/minizip/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/CMakeLists.txt b/contrib/minizip/CMakeLists.txt
index 68aeed5..0081f80 100644
--- a/contrib/minizip/CMakeLists.txt
+++ b/contrib/minizip/CMakeLists.txt
@@ -44,7 +44,7 @@ if(NOT CPACK_INCLUDED)
44endif(NOT CPACK_INCLUDED) 44endif(NOT CPACK_INCLUDED)
45 45
46if(MINIZIP_ENABLE_BZIP2) 46if(MINIZIP_ENABLE_BZIP2)
47 find_package(BZip2) 47 find_package(BZip2 REQUIRED)
48endif(MINIZIP_ENABLE_BZIP2) 48endif(MINIZIP_ENABLE_BZIP2)
49 49
50# 50#