mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 21:21:10 -06:00
Exclude qhull from default dependency targets, make it optional.
This commit is contained in:
parent
113c6b2eba
commit
ee2b6abd61
1 changed files with 1 additions and 1 deletions
2
deps/CMakeLists.txt
vendored
2
deps/CMakeLists.txt
vendored
|
|
@ -84,7 +84,7 @@ if (MSVC)
|
||||||
dep_wxwidgets
|
dep_wxwidgets
|
||||||
dep_gtest
|
dep_gtest
|
||||||
dep_nlopt
|
dep_nlopt
|
||||||
dep_qhull
|
# dep_qhull # Experimental
|
||||||
dep_zlib # on Windows we still need zlib
|
dep_zlib # on Windows we still need zlib
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue