mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 13:17:54 -06:00
Add Qhull the new way
This commit is contained in:
parent
cf9723b7cc
commit
f4733e69fc
5 changed files with 42 additions and 77 deletions
22
deps/deps-unix-common.cmake
vendored
22
deps/deps-unix-common.cmake
vendored
|
@ -28,17 +28,17 @@ endif ()
|
|||
# ${DEP_CMAKE_OPTS}
|
||||
# )
|
||||
|
||||
ExternalProject_Add(dep_qhull
|
||||
EXCLUDE_FROM_ALL 1
|
||||
#URL "https://github.com/qhull/qhull/archive/v7.3.2.tar.gz"
|
||||
#URL_HASH SHA256=619c8a954880d545194bc03359404ef36a1abd2dde03678089459757fd790cb0
|
||||
GIT_REPOSITORY https://github.com/qhull/qhull.git
|
||||
GIT_TAG 7afedcc73666e46a9f1d74632412ebecf53b1b30 # v7.3.2 plus the mac build patch
|
||||
CMAKE_ARGS
|
||||
-DBUILD_SHARED_LIBS=OFF
|
||||
-DCMAKE_INSTALL_PREFIX=${DESTDIR}/usr/local
|
||||
${DEP_CMAKE_OPTS}
|
||||
)
|
||||
# ExternalProject_Add(dep_qhull
|
||||
# EXCLUDE_FROM_ALL 1
|
||||
# #URL "https://github.com/qhull/qhull/archive/v7.3.2.tar.gz"
|
||||
# #URL_HASH SHA256=619c8a954880d545194bc03359404ef36a1abd2dde03678089459757fd790cb0
|
||||
# GIT_REPOSITORY https://github.com/qhull/qhull.git
|
||||
# GIT_TAG 7afedcc73666e46a9f1d74632412ebecf53b1b30 # v7.3.2 plus the mac build patch
|
||||
# CMAKE_ARGS
|
||||
# -DBUILD_SHARED_LIBS=OFF
|
||||
# -DCMAKE_INSTALL_PREFIX=${DESTDIR}/usr/local
|
||||
# ${DEP_CMAKE_OPTS}
|
||||
# )
|
||||
|
||||
ExternalProject_Add(dep_blosc
|
||||
EXCLUDE_FROM_ALL 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue