diff Resources/CMake/BoostConfiguration.sh @ 3313:3e0ad879eba2

added chrono library in Boost for Stone
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 Feb 2019 08:14:40 +0100
parents e8ce77f3dec1
children
line wrap: on
line diff
--- a/Resources/CMake/BoostConfiguration.sh	Tue Feb 26 16:42:21 2019 +0100
+++ b/Resources/CMake/BoostConfiguration.sh	Wed Feb 27 08:14:40 2019 +0100
@@ -24,7 +24,7 @@
 ##   - Orthanc >= 1.5.5: Boost 1.69.0
 
 BOOST_VERSION=1_69_0
-ORTHANC_VERSION=1.5.5
+ORTHANC_VERSION=1.5.6
 
 rm -rf /tmp/boost_${BOOST_VERSION}
 rm -rf /tmp/bcp/boost_${BOOST_VERSION}
@@ -35,7 +35,7 @@
 
 echo "Generating the subset..."
 mkdir -p /tmp/bcp/boost_${BOOST_VERSION}
-bcp --boost=/tmp/boost_${BOOST_VERSION} thread system locale date_time filesystem math/special_functions algorithm uuid atomic iostreams program_options numeric/ublas geometry polygon signals2 /tmp/bcp/boost_${BOOST_VERSION}
+bcp --boost=/tmp/boost_${BOOST_VERSION} thread system locale date_time filesystem math/special_functions algorithm uuid atomic iostreams program_options numeric/ublas geometry polygon signals2 chrono /tmp/bcp/boost_${BOOST_VERSION}
 
 echo "Removing documentation..."
 rm -rf /tmp/bcp/boost_${BOOST_VERSION}/libs/locale/doc/html