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-12-11 15:59:17 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-12-11 16:01:14 +0300
commit4282c57069cfabb5735e5b9734c48b4bcbb9d51b (patch)
treee1273890f141d9886782a7a83a0e1d06e7eaf6f6 /deps/deps-windows.cmake
parent4a4d8b4e26e5b5405cb44970e832e9d22bc58ec4 (diff)
Fix zlib on msvc
Diffstat (limited to 'deps/deps-windows.cmake')
-rw-r--r--deps/deps-windows.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/deps-windows.cmake b/deps/deps-windows.cmake
index fc1823dc7..600168c1a 100644
--- a/deps/deps-windows.cmake
+++ b/deps/deps-windows.cmake
@@ -215,8 +215,6 @@ if (${DEP_DEBUG})
)
endif ()
-find_package(Git REQUIRED)
-
ExternalProject_Add(dep_qhull
EXCLUDE_FROM_ALL 1
#URL "https://github.com/qhull/qhull/archive/v7.3.2.tar.gz"