comparison OrthancFramework/Resources/CMake/BoostConfiguration.sh @ 5813:2b429588de28

fix support for Boost 1.86
author Alain Mazy <am@orthanc.team>
date Wed, 25 Sep 2024 16:27:07 +0200
parents 6045c696e86b
children
comparison
equal deleted inserted replaced
5806:16df20505710 5813:2b429588de28
25 ## - Orthanc between 1.11.2 and 1.12.0: Boost 1.80.0 25 ## - Orthanc between 1.11.2 and 1.12.0: Boost 1.80.0
26 ## - Orthanc 1.12.1: Boost 1.82.0 26 ## - Orthanc 1.12.1: Boost 1.82.0
27 ## - Orthanc 1.12.2: Boost 1.83.0 27 ## - Orthanc 1.12.2: Boost 1.83.0
28 ## - Orthanc 1.12.3: Boost 1.84.0 28 ## - Orthanc 1.12.3: Boost 1.84.0
29 ## - Orthanc > 1.12.3: Boost 1.85.0 29 ## - Orthanc > 1.12.3: Boost 1.85.0
30 ## - Orthanc 1.12.5: Boost 1.86.0
30 31
31 BOOST_VERSION=1_85_0 32 BOOST_VERSION=1_86_0
32 ORTHANC_VERSION=1.12.4 33 ORTHANC_VERSION=1.12.5
33 34
34 rm -rf /tmp/boost_${BOOST_VERSION} 35 rm -rf /tmp/boost_${BOOST_VERSION}
35 rm -rf /tmp/bcp/boost_${BOOST_VERSION} 36 rm -rf /tmp/bcp/boost_${BOOST_VERSION}
36 37
37 cd /tmp 38 cd /tmp