Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-11-18 13:05:25 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-11-18 13:05:25 +0300
commit3b8ee784008df955c8fc0ea4be7b1e935c0d7ce7 (patch)
treef660b2591922e583b7147fcd8c22966762ec5dfd /deps/deps-windows.cmake
parentcfc927b3711701c68ad1e594e10db86e69f489ad (diff)
Use the upstream qhull with the macos patch instead of patching manually
Diffstat (limited to 'deps/deps-windows.cmake')
-rw-r--r--deps/deps-windows.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/deps-windows.cmake b/deps/deps-windows.cmake
index cca88c308..603f24931 100644
--- a/deps/deps-windows.cmake
+++ b/deps/deps-windows.cmake
@@ -221,7 +221,7 @@ ExternalProject_Add(dep_qhull
#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 v7.3.2
+ GIT_TAG 7afedcc73666e46a9f1d74632412ebecf53b1b30 # v7.3.2 plus the mac build patch
CMAKE_GENERATOR "${DEP_MSVC_GEN}"
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=${DESTDIR}/usr/local