diff OrthancFramework/Resources/CMake/BoostConfiguration.sh @ 5288:dc8fe64a452f

upgrade to boost 1.82.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 May 2023 15:48:11 +0200
parents 6156a970a2e1
children e7f6ec8cbc35
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/BoostConfiguration.sh	Mon Apr 24 18:13:48 2023 +0200
+++ b/OrthancFramework/Resources/CMake/BoostConfiguration.sh	Wed May 03 15:48:11 2023 +0200
@@ -22,10 +22,11 @@
 ##   - Orthanc between 1.4.0 and 1.4.2: Boost 1.67.0
 ##   - Orthanc between 1.5.0 and 1.5.4: Boost 1.68.0
 ##   - Orthanc between 1.5.5 and 1.11.1: Boost 1.69.0
-##   - Orthanc >= 1.11.2: Boost 1.80.0
+##   - Orthanc between 1.11.2 and 1.12.0: Boost 1.80.0
+##   - Orthanc >= 1.12.1: Boost 1.82.0
 
-BOOST_VERSION=1_80_0
-ORTHANC_VERSION=1.11.2
+BOOST_VERSION=1_82_0
+ORTHANC_VERSION=1.12.1
 
 rm -rf /tmp/boost_${BOOST_VERSION}
 rm -rf /tmp/bcp/boost_${BOOST_VERSION}