deps: fix ZLIB being built after its needed

This commit is contained in:
tamasmeszaros 2020-05-07 09:13:20 +02:00
parent f741872361
commit 55e4b48642
2 changed files with 4 additions and 5 deletions

3
deps/CMakeLists.txt vendored
View file

@ -152,6 +152,9 @@ include(MPFR/MPFR.cmake)
include(CGAL/CGAL.cmake)
include(wxWidgets/wxWidgets.cmake)
add_dependencies(dep_blosc ${ZLIB_PKG})
add_dependencies(dep_openexr ${ZLIB_PKG})
if (MSVC)
add_custom_target(deps ALL