]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: s/boost_256/boost_sha256/ 21573/head
authorKefu Chai <kchai@redhat.com>
Fri, 20 Apr 2018 17:33:21 +0000 (01:33 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 20 Apr 2018 17:33:24 +0000 (01:33 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/BuildBoost.cmake

index 90fac55370d5d80f36cae9c2f7ff4c410671b966..3791b57123c7d2653594450a0c6ee8d78f09c6e6 100644 (file)
@@ -140,7 +140,7 @@ function(do_build_boost version)
     # NOTE: If you change this version number make sure the package is available
     # at the three URLs below (may involve uploading to download.ceph.com)
     set(boost_version 1.66.0)
-    set(boost_256 5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9)
+    set(boost_sha256 5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9)
     string(REPLACE "." "_" boost_version_underscore ${boost_version} )
     set(boost_url 
       https://dl.bintray.com/boostorg/release/${boost_version}/source/boost_${boost_version_underscore}.tar.bz2)