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:
parent
2e7ac3bfa6
commit
89801f00c5
2 changed files with 4 additions and 2 deletions
2
deps/deps-windows.cmake
vendored
2
deps/deps-windows.cmake
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue