Remove problematic NO_CMAKE_SYSTEM_PATH option when searching for minizip.

This commit is contained in:
Ghislain MARY 2018-03-23 10:37:31 +01:00 committed by Ronan Abhamon
parent da81403f56
commit e82b1d4e84

View file

@ -37,7 +37,6 @@ endif()
find_library(MINIZIP_LIBRARIES
NAMES minizip minizipd
NO_CMAKE_SYSTEM_PATH
)
include(FindPackageHandleStandardArgs)