mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
This commit is contained in:
commit
40e686451a
1 changed files with 4 additions and 2 deletions
6
deps/CMakeLists.txt
vendored
6
deps/CMakeLists.txt
vendored
|
@ -152,8 +152,10 @@ include(MPFR/MPFR.cmake)
|
||||||
include(CGAL/CGAL.cmake)
|
include(CGAL/CGAL.cmake)
|
||||||
include(wxWidgets/wxWidgets.cmake)
|
include(wxWidgets/wxWidgets.cmake)
|
||||||
|
|
||||||
add_dependencies(dep_blosc ${ZLIB_PKG})
|
if (ZLIB_PKG)
|
||||||
add_dependencies(dep_openexr ${ZLIB_PKG})
|
add_dependencies(dep_blosc ${ZLIB_PKG})
|
||||||
|
add_dependencies(dep_openexr ${ZLIB_PKG})
|
||||||
|
endif ()
|
||||||
|
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue