mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Add CGAL to ALL build
This commit is contained in:
2
deps/CMakeLists.txt
vendored
2
deps/CMakeLists.txt
vendored
@@ -131,6 +131,7 @@ if (MSVC)
|
||||
# dep_qhull # Experimental
|
||||
dep_zlib # on Windows we still need zlib
|
||||
dep_openvdb
|
||||
dep_cgal
|
||||
)
|
||||
|
||||
else()
|
||||
@@ -146,6 +147,7 @@ else()
|
||||
dep_nlopt
|
||||
dep_qhull
|
||||
dep_openvdb
|
||||
dep_cgal
|
||||
# dep_libigl # Not working, static build has different Eigen
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user