We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb520a commit 10418cbCopy full SHA for 10418cb
1 file changed
CMakeLists.txt
@@ -62,6 +62,7 @@ find_package(Backtrace QUIET)
62
if(Backtrace_FOUND)
63
set(HAVE_BACKTRACE ON)
64
endif()
65
+find_package(ZLIB REQUIRED)
66
67
find_library(MAGIC_LIBRARIES NAMES magic libmagic.dll HINTS /usr/lib /usr/lib64)
68
0 commit comments