Add explicit ZLIB system package requirement on Unix systems.

We already depended on that but is wasn't stated in the deps script.
This commit is contained in:
tamasmeszaros 2019-10-30 18:08:16 +01:00
parent 2e7ac3bfa6
commit 89801f00c5
2 changed files with 4 additions and 2 deletions

View file

@ -333,7 +333,7 @@ ExternalProject_Add(dep_openexr
EXCLUDE_FROM_ALL 1
GIT_REPOSITORY https://github.com/openexr/openexr.git
GIT_TAG v2.4.0
DEPENDS
DEPENDS dep_zlib
CMAKE_GENERATOR "${DEP_MSVC_GEN}"
CMAKE_GENERATOR_PLATFORM "${DEP_PLATFORM}"
CMAKE_ARGS