mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Add CGAL to ALL build
This commit is contained in:
parent
f94321e117
commit
c6223e5d7c
1 changed files with 2 additions and 0 deletions
2
deps/CMakeLists.txt
vendored
2
deps/CMakeLists.txt
vendored
|
@ -131,6 +131,7 @@ if (MSVC)
|
||||||
# dep_qhull # Experimental
|
# dep_qhull # Experimental
|
||||||
dep_zlib # on Windows we still need zlib
|
dep_zlib # on Windows we still need zlib
|
||||||
dep_openvdb
|
dep_openvdb
|
||||||
|
dep_cgal
|
||||||
)
|
)
|
||||||
|
|
||||||
else()
|
else()
|
||||||
|
@ -146,6 +147,7 @@ else()
|
||||||
dep_nlopt
|
dep_nlopt
|
||||||
dep_qhull
|
dep_qhull
|
||||||
dep_openvdb
|
dep_openvdb
|
||||||
|
dep_cgal
|
||||||
# dep_libigl # Not working, static build has different Eigen
|
# dep_libigl # Not working, static build has different Eigen
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue