deps: fix ZLIB being built after its needed
This commit is contained in:
parent
f741872361
commit
55e4b48642
2 changed files with 4 additions and 5 deletions
3
deps/CMakeLists.txt
vendored
3
deps/CMakeLists.txt
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue