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:
authorVojtech Kral <vojtech@kral.hk>2019-11-11 17:44:12 +0300
committerVojtech Kral <vojtech@kral.hk>2019-11-11 17:44:12 +0300
commit7a24f87c7f514d132c8b1e4d06ab2e13cc11991d (patch)
tree0d5457c58dc313138b5e78ff993693ccf28b4c23 /deps/deps-windows.cmake
parentbbb4a20dcd12f109ac692a569d9762bb8e372ac1 (diff)
Fix deps build on Mac
Fix #2264
Diffstat (limited to 'deps/deps-windows.cmake')
-rw-r--r--deps/deps-windows.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/deps-windows.cmake b/deps/deps-windows.cmake
index 514a90a9e..4aae07d4a 100644
--- a/deps/deps-windows.cmake
+++ b/deps/deps-windows.cmake
@@ -227,7 +227,6 @@ ExternalProject_Add(dep_qhull
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
-DCMAKE_DEBUG_POSTFIX=d
UPDATE_COMMAND ""
- PATCH_COMMAND ${GIT_EXECUTABLE} apply --whitespace=fix ${CMAKE_CURRENT_SOURCE_DIR}/qhull-mods.patch
BUILD_COMMAND msbuild /m /P:Configuration=Release INSTALL.vcxproj
INSTALL_COMMAND ""
)