diff OrthancFramework/Resources/CMake/BoostConfiguration.sh @ 5397:e7f6ec8cbc35

upgraded boost to 1.83.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Oct 2023 14:47:39 +0200
parents dc8fe64a452f
children 7c5d30a3d5d2
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/BoostConfiguration.sh	Wed Oct 11 12:41:41 2023 +0200
+++ b/OrthancFramework/Resources/CMake/BoostConfiguration.sh	Wed Oct 11 14:47:39 2023 +0200
@@ -23,10 +23,11 @@
 ##   - 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 between 1.11.2 and 1.12.0: Boost 1.80.0
-##   - Orthanc >= 1.12.1: Boost 1.82.0
+##   - Orthanc 1.12.1: Boost 1.82.0
+##   - Orthanc > 1.12.1: Boost 1.83.0
 
-BOOST_VERSION=1_82_0
-ORTHANC_VERSION=1.12.1
+BOOST_VERSION=1_83_0
+ORTHANC_VERSION=1.12.2
 
 rm -rf /tmp/boost_${BOOST_VERSION}
 rm -rf /tmp/bcp/boost_${BOOST_VERSION}