Future-proof qhull dependency handling

This commit is contained in:
tamasmeszaros 2019-06-05 19:19:49 +02:00
parent 7a5d3de1c4
commit 6136fe7d92
7 changed files with 150 additions and 5 deletions

2
deps/CMakeLists.txt vendored
View file

@ -84,6 +84,7 @@ if (MSVC)
dep_wxwidgets
dep_gtest
dep_nlopt
dep_qhull
dep_zlib # on Windows we still need zlib
)
@ -97,6 +98,7 @@ else()
dep_wxwidgets
dep_gtest
dep_nlopt
dep_qhull
)
endif()