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.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/deps-windows.cmake b/deps/deps-windows.cmake
index 81d52b842..c0d80bb29 100644
--- a/deps/deps-windows.cmake
+++ b/deps/deps-windows.cmake
@@ -76,6 +76,7 @@ ExternalProject_Add(dep_boost
variant=release
threading=multi
boost.locale.icu=off
+ --disable-icu
"${DEP_BOOST_DEBUG}" release install
INSTALL_COMMAND "" # b2 does that already
)