comparison Resources/CMake/BoostConfiguration.sh @ 2988:9cc3d40e389b

Orthanc 1.4.3 is now known as 1.5.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Dec 2018 11:15:31 +0100
parents 8341256c6941
children e8ce77f3dec1
comparison
equal deleted inserted replaced
2987:96089d1aba4d 2988:9cc3d40e389b
18 ## - Orthanc between 1.1.0 and 1.2.0: Boost 1.60.0 18 ## - Orthanc between 1.1.0 and 1.2.0: Boost 1.60.0
19 ## - Orthanc 1.3.0: Boost 1.64.0 19 ## - Orthanc 1.3.0: Boost 1.64.0
20 ## - Orthanc 1.3.1: Boost 1.65.1 20 ## - Orthanc 1.3.1: Boost 1.65.1
21 ## - Orthanc 1.3.2: Boost 1.66.0 21 ## - Orthanc 1.3.2: Boost 1.66.0
22 ## - Orthanc between 1.4.0 and 1.4.2: Boost 1.67.0 22 ## - Orthanc between 1.4.0 and 1.4.2: Boost 1.67.0
23 ## - Orthanc >= 1.4.3: Boost 1.68.0 23 ## - Orthanc >= 1.5.0: Boost 1.68.0
24 24
25 BOOST_VERSION=1_68_0 25 BOOST_VERSION=1_68_0
26 ORTHANC_VERSION=1.4.3 26 ORTHANC_VERSION=1.5.0
27 27
28 rm -rf /tmp/boost_${BOOST_VERSION} 28 rm -rf /tmp/boost_${BOOST_VERSION}
29 rm -rf /tmp/bcp/boost_${BOOST_VERSION} 29 rm -rf /tmp/bcp/boost_${BOOST_VERSION}
30 30
31 cd /tmp 31 cd /tmp