mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 19:45:54 +08:00
Fix cmake error on unixes
This commit is contained in:
parent
4cef33c50f
commit
8969613a5a
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…
x
Reference in New Issue
Block a user