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 16:35:49 +0300
committertamasmeszaros <meszaros.q@gmail.com>2021-07-26 14:16:01 +0300
commitb82aa065ae5cc2fc7e04707fa39ea98407da2e68 (patch)
tree294c8d164b9775b90b8fe4808f0ba56627ba4778 /deps/deps-windows.cmake
parent8753c63e72c055947d84432ad2904f6133f6fa02 (diff)
Add Boost the new way
Diffstat (limited to 'deps/deps-windows.cmake')
-rw-r--r--deps/deps-windows.cmake54
1 files changed, 27 insertions, 27 deletions
diff --git a/deps/deps-windows.cmake b/deps/deps-windows.cmake
index 78315152f..085b19e1c 100644
--- a/deps/deps-windows.cmake
+++ b/deps/deps-windows.cmake
@@ -53,33 +53,33 @@ if (${DEP_DEBUG})
endif ()
endmacro()
-ExternalProject_Add(dep_boost
- EXCLUDE_FROM_ALL 1
- URL "https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.gz"
- URL_HASH SHA256=aeb26f80e80945e82ee93e5939baebdca47b9dee80a07d3144be1e1a6a66dd6a
- BUILD_IN_SOURCE 1
- CONFIGURE_COMMAND bootstrap.bat
- BUILD_COMMAND b2.exe
- -j "${NPROC}"
- --with-system
- --with-iostreams
- --with-filesystem
- --with-thread
- --with-log
- --with-locale
- --with-regex
- --with-date_time
- "--prefix=${DESTDIR}/usr/local"
- "address-model=${DEPS_BITS}"
- "toolset=${DEP_BOOST_TOOLSET}"
- link=static
- variant=release
- threading=multi
- boost.locale.icu=off
- --disable-icu
- "${DEP_BOOST_DEBUG}" release install
- INSTALL_COMMAND "" # b2 does that already
-)
+# ExternalProject_Add(dep_boost
+# EXCLUDE_FROM_ALL 1
+# URL "https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.gz"
+# URL_HASH SHA256=aeb26f80e80945e82ee93e5939baebdca47b9dee80a07d3144be1e1a6a66dd6a
+# BUILD_IN_SOURCE 1
+# CONFIGURE_COMMAND bootstrap.bat
+# BUILD_COMMAND b2.exe
+# -j "${NPROC}"
+# --with-system
+# --with-iostreams
+# --with-filesystem
+# --with-thread
+# --with-log
+# --with-locale
+# --with-regex
+# --with-date_time
+# "--prefix=${DESTDIR}/usr/local"
+# "address-model=${DEPS_BITS}"
+# "toolset=${DEP_BOOST_TOOLSET}"
+# link=static
+# variant=release
+# threading=multi
+# boost.locale.icu=off
+# --disable-icu
+# "${DEP_BOOST_DEBUG}" release install
+# INSTALL_COMMAND "" # b2 does that already
+# )
# ExternalProject_Add(dep_cereal
# EXCLUDE_FROM_ALL 1