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:
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