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>2018-10-15 18:28:05 +0300
committerVojtech Kral <vojtech@kral.hk>2018-10-15 18:28:56 +0300
commitfb6c1a885c8e6511a1a8807c2a67b1259adc5824 (patch)
treebba9f745218e4b76988ea02f22f519b4cd942f31 /deps/deps-windows.cmake
parentce86fad28a5f239bb2314651c3de7273b0dc195f (diff)
Build: Fix deps-unix-static.cmake
Diffstat (limited to 'deps/deps-windows.cmake')
-rw-r--r--deps/deps-windows.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/deps-windows.cmake b/deps/deps-windows.cmake
index 834bdb9e3..eaf5b8e65 100644
--- a/deps/deps-windows.cmake
+++ b/deps/deps-windows.cmake
@@ -1,7 +1,4 @@
-# NB: I haven't enabled any of the LOG_xxx options because they tend to generate bogus build files,
-# especially with compound commands like `cd foo && bar`.
-
ExternalProject_Add("dep_boost_${DEPS_BITS}"
EXCLUDE_FROM_ALL 1
URL "https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.gz"