Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-06-06 17:49:49 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-06-06 17:50:51 +0300
commitee2b6abd613a4e5369cc89c7b3f6592db8548523 (patch)
tree66a06bfd1b5e1d588b68d5ab1ee07744423256d1 /deps
parent113c6b2ebaa9ceea86ecc056ad47d4a3bab02864 (diff)
Exclude qhull from default dependency targets, make it optional.
Diffstat (limited to 'deps')
-rw-r--r--deps/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt
index d07c8d1e8..ca4e63fbc 100644
--- a/deps/CMakeLists.txt
+++ b/deps/CMakeLists.txt
@@ -84,7 +84,7 @@ if (MSVC)
dep_wxwidgets
dep_gtest
dep_nlopt
- dep_qhull
+ # dep_qhull # Experimental
dep_zlib # on Windows we still need zlib
)