Exclude qhull from default dependency targets, make it optional.

This commit is contained in:
tamasmeszaros 2019-06-06 16:49:49 +02:00
parent 113c6b2eba
commit ee2b6abd61

2
deps/CMakeLists.txt vendored
View File

@ -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
)