Use upstream Qhull, remove duplication in deps and src
REALfloat is not defined to 0 on all platforms.
This commit is contained in:
parent
057232a275
commit
1070d71da6
238 changed files with 13 additions and 104166 deletions
9
deps/CMakeLists.txt
vendored
9
deps/CMakeLists.txt
vendored
|
@ -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})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue