android: set all zlib variables used by downstream packages
This commit is contained in:
parent
574320ec3f
commit
2e20f2b89f
@ -17,8 +17,10 @@ else()
|
|||||||
unset(_zlib_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES)
|
unset(_zlib_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES)
|
||||||
endif()
|
endif()
|
||||||
if(ZLIB_FOUND AND ANDROID)
|
if(ZLIB_FOUND AND ANDROID)
|
||||||
if(ZLIB_LIBRARIES MATCHES "/usr/lib.*/libz.so$")
|
if(ZLIB_LIBRARY MATCHES "/usr/lib.*/libz.so$")
|
||||||
|
set(ZLIB_LIBRARY z)
|
||||||
set(ZLIB_LIBRARIES z)
|
set(ZLIB_LIBRARIES z)
|
||||||
|
set(ZLIB_LIBRARY_RELEASE z)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user