Updated boost requies date_time library to be compiled.
This commit is contained in:
parent
dd9269a9d1
commit
d28d8dda75
2
deps/deps-linux.cmake
vendored
2
deps/deps-linux.cmake
vendored
@ -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}
|
||||
|
2
deps/deps-macos.cmake
vendored
2
deps/deps-macos.cmake
vendored
@ -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}
|
||||
|
1
deps/deps-mingw.cmake
vendored
1
deps/deps-mingw.cmake
vendored
@ -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}"
|
||||
|
1
deps/deps-windows.cmake
vendored
1
deps/deps-windows.cmake
vendored
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user