Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-10-30 20:08:16 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-10-30 20:08:16 +0300
commit89801f00c58a820e50511ba2429e911bd75244f9 (patch)
tree20d1f55d4d37b733dd0a4b7ed49ca1fa3f116b6e /deps/deps-windows.cmake
parent2e7ac3bfa6af0875e55d0e3ccb9d447e14593a7a (diff)
Add explicit ZLIB system package requirement on Unix systems.
We already depended on that but is wasn't stated in the deps script.
Diffstat (limited to 'deps/deps-windows.cmake')
-rw-r--r--deps/deps-windows.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/deps-windows.cmake b/deps/deps-windows.cmake
index 4f8bbc1ab..3f722ea99 100644
--- a/deps/deps-windows.cmake
+++ b/deps/deps-windows.cmake
@@ -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