]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: use string(JOIN ..) to compose URL for boost download 45222/head
authorKefu Chai <tchaikov@gmail.com>
Wed, 2 Mar 2022 15:49:50 +0000 (23:49 +0800)
committerKefu Chai <tchaikov@gmail.com>
Wed, 2 Mar 2022 15:49:52 +0000 (23:49 +0800)
commitf356cc8869eb7233865faea65351851c5e38fe18
tree3cc2f7afbdb78e93cedac8ce5dd41a08f5e34b1f
parentc1a4d9ce496f0fad7e1b7428d40a8137ff58239a
cmake: use string(JOIN ..) to compose URL for boost download

* since the minimum required cmake version is now 3.16, there is no
  need to check for cmake version for using multiple URLs for
  downloading external project.
* use string(JOIN ..) to compose URL option for downloading boost

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
cmake/modules/BuildBoost.cmake