mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-30 10:29:24 +00:00
chore(cmake/FindMinizip.cmake): do not use system lib (no bzip support on some platforms)
This commit is contained in:
parent
6198c54263
commit
5c05229fb0
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue