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 12:59:58 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-11-18 12:59:58 +0300
commitcfc927b3711701c68ad1e594e10db86e69f489ad (patch)
tree8d4f562e12e1b09b4c078fb5ff550439b28a5100 /deps/deps-windows.cmake
parent466873c70d810d07c723272893a19f3742285702 (diff)
Fix qhull download
Diffstat (limited to 'deps/deps-windows.cmake')
-rw-r--r--deps/deps-windows.cmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/deps/deps-windows.cmake b/deps/deps-windows.cmake
index 1b978bdde..cca88c308 100644
--- a/deps/deps-windows.cmake
+++ b/deps/deps-windows.cmake
@@ -218,8 +218,10 @@ find_package(Git REQUIRED)
ExternalProject_Add(dep_qhull
EXCLUDE_FROM_ALL 1
- URL "https://github.com/qhull/qhull/archive/v7.3.2.tar.gz"
- URL_HASH SHA256=619c8a954880d545194bc03359404ef36a1abd2dde03678089459757fd790cb0
+ #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
CMAKE_GENERATOR "${DEP_MSVC_GEN}"
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=${DESTDIR}/usr/local