Skip to content

Commit 10418cb

Browse files
committed
Add CMake check for ZLIB
1 parent 2cb520a commit 10418cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ find_package(Backtrace QUIET)
6262
if(Backtrace_FOUND)
6363
set(HAVE_BACKTRACE ON)
6464
endif()
65+
find_package(ZLIB REQUIRED)
6566

6667
find_library(MAGIC_LIBRARIES NAMES magic libmagic.dll HINTS /usr/lib /usr/lib64)
6768

0 commit comments

Comments
 (0)