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>2021-03-22 15:07:08 +0300
committertamasmeszaros <meszaros.q@gmail.com>2021-07-26 14:16:01 +0300
commitf4733e69fc40a9c8d6c7e037078f1985b1248901 (patch)
tree80bf62881848580c28bb08ba76a34d021dc94d8a /deps/deps-windows.cmake
parentcf9723b7ccd7f9ccc6ec0776cec04ae7486a740e (diff)
Add Qhull the new way
Diffstat (limited to 'deps/deps-windows.cmake')
-rw-r--r--deps/deps-windows.cmake32
1 files changed, 16 insertions, 16 deletions
diff --git a/deps/deps-windows.cmake b/deps/deps-windows.cmake
index 3ec4f6ebf..9b506dcc1 100644
--- a/deps/deps-windows.cmake
+++ b/deps/deps-windows.cmake
@@ -128,23 +128,23 @@ ExternalProject_Add(dep_boost
# )
# endif ()
-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_GENERATOR "${DEP_MSVC_GEN}"
- CMAKE_ARGS
- -DCMAKE_INSTALL_PREFIX=${DESTDIR}/usr/local
- -DBUILD_SHARED_LIBS=OFF
- -DCMAKE_POSITION_INDEPENDENT_CODE=ON
- -DCMAKE_DEBUG_POSTFIX=d
- BUILD_COMMAND msbuild /m /P:Configuration=Release INSTALL.vcxproj
- INSTALL_COMMAND ""
-)
+# 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_GENERATOR "${DEP_MSVC_GEN}"
+# CMAKE_ARGS
+# -DCMAKE_INSTALL_PREFIX=${DESTDIR}/usr/local
+# -DBUILD_SHARED_LIBS=OFF
+# -DCMAKE_POSITION_INDEPENDENT_CODE=ON
+# -DCMAKE_DEBUG_POSTFIX=d
+# BUILD_COMMAND msbuild /m /P:Configuration=Release INSTALL.vcxproj
+# INSTALL_COMMAND ""
+# )
-add_debug_dep(dep_qhull)
+# add_debug_dep(dep_qhull)
if (${DEPS_BITS} EQUAL 32)
set(DEP_WXWIDGETS_TARGET "")