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

This commit is contained in:
Ronan Abhamon 2018-03-09 14:19:49 +01:00
parent 6198c54263
commit 5c05229fb0

View file

@ -1,5 +1,5 @@
############################################################################
# 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)