Use upstream Qhull, remove duplication in deps and src

REALfloat is not defined to 0 on all platforms.
This commit is contained in:
tamasmeszaros 2022-01-19 14:18:17 +01:00
parent 057232a275
commit 1070d71da6
238 changed files with 13 additions and 104166 deletions

9
deps/CMakeLists.txt vendored
View file

@ -195,19 +195,16 @@ set(_dep_list
dep_OpenVDB
dep_OpenCSG
dep_CGAL
dep_Qhull
${PNG_PKG}
${ZLIB_PKG}
${EXPAT_PKG}
)
if (MSVC)
# Experimental
#list(APPEND _dep_list "dep_qhull")
else()
list(APPEND _dep_list "dep_Qhull")
# if (NOT MSVC)
# Not working, static build has different Eigen
#list(APPEND _dep_list "dep_libigl")
endif()
# endif()
add_custom_target(deps ALL DEPENDS ${_dep_list})