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
path: root/deps
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2021-01-15 20:07:14 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2021-01-15 20:07:14 +0300
commitd28d8dda75cf339f14ca4c5038fbce6a65f57b7d (patch)
tree53693cebb3946dac874f9f72aef19eab52da3715 /deps
parentdd9269a9d11ab865e5df7c96517a9e5b4ff529dd (diff)
Updated boost requies date_time library to be compiled.
Diffstat (limited to 'deps')
-rw-r--r--deps/deps-linux.cmake2
-rw-r--r--deps/deps-macos.cmake2
-rw-r--r--deps/deps-mingw.cmake1
-rw-r--r--deps/deps-windows.cmake1
4 files changed, 4 insertions, 2 deletions
diff --git a/deps/deps-linux.cmake b/deps/deps-linux.cmake
index ff40c27fd..2da289097 100644
--- a/deps/deps-linux.cmake
+++ b/deps/deps-linux.cmake
@@ -17,7 +17,7 @@ ExternalProject_Add(dep_boost
URL_HASH SHA256=aeb26f80e80945e82ee93e5939baebdca47b9dee80a07d3144be1e1a6a66dd6a
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ./bootstrap.sh
- --with-libraries=system,iostreams,filesystem,thread,log,locale,regex
+ --with-libraries=system,iostreams,filesystem,thread,log,locale,regex,date_time
"--prefix=${DESTDIR}/usr/local"
BUILD_COMMAND ./b2
-j ${NPROC}
diff --git a/deps/deps-macos.cmake b/deps/deps-macos.cmake
index 8dd7953bb..bf9501ca0 100644
--- a/deps/deps-macos.cmake
+++ b/deps/deps-macos.cmake
@@ -23,7 +23,7 @@ ExternalProject_Add(dep_boost
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ./bootstrap.sh
--with-toolset=clang
- --with-libraries=system,iostreams,filesystem,thread,log,locale,regex
+ --with-libraries=system,iostreams,filesystem,thread,log,locale,regex,date_time
"--prefix=${DESTDIR}/usr/local"
BUILD_COMMAND ./b2
-j ${NPROC}
diff --git a/deps/deps-mingw.cmake b/deps/deps-mingw.cmake
index 2ab13c412..c97346bb0 100644
--- a/deps/deps-mingw.cmake
+++ b/deps/deps-mingw.cmake
@@ -21,6 +21,7 @@ ExternalProject_Add(dep_boost
--with-log
--with-locale
--with-regex
+ --with-date_time
"--prefix=${DESTDIR}/usr/local"
"address-model=${DEPS_BITS}"
"toolset=${DEP_BOOST_TOOLSET}"
diff --git a/deps/deps-windows.cmake b/deps/deps-windows.cmake
index 5d343c403..81d52b842 100644
--- a/deps/deps-windows.cmake
+++ b/deps/deps-windows.cmake
@@ -68,6 +68,7 @@ ExternalProject_Add(dep_boost
--with-log
--with-locale
--with-regex
+ --with-date_time
"--prefix=${DESTDIR}/usr/local"
"address-model=${DEPS_BITS}"
"toolset=${DEP_BOOST_TOOLSET}"