Commit 5c05229f authored by Ronan Abhamon's avatar Ronan Abhamon

chore(cmake/FindMinizip.cmake): do not use system lib (no bzip support on some platforms)

parent 6198c542
############################################################################
# FindMinizip.txt
# FindMinizip.cmake
# Copyright (C) 2018 Belledonne Communications, Grenoble France
#
############################################################################
......@@ -37,6 +37,7 @@ endif()
find_library(MINIZIP_LIBRARIES
NAMES minizip minizipd
NO_CMAKE_SYSTEM_PATH
)
include(FindPackageHandleStandardArgs)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment