From 112f79f8de232a670069c035841d5d20f0b9e0d6 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 21 Apr 2018 01:33:21 +0800 Subject: [PATCH] cmake: s/boost_256/boost_sha256/ Signed-off-by: Kefu Chai --- cmake/modules/BuildBoost.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/BuildBoost.cmake b/cmake/modules/BuildBoost.cmake index 90fac55370d5d..3791b57123c7d 100644 --- a/cmake/modules/BuildBoost.cmake +++ b/cmake/modules/BuildBoost.cmake @@ -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) -- 2.39.5