]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: install cmake 3.10.2 and up on xenial
authorKefu Chai <kchai@redhat.com>
Fri, 2 Aug 2019 12:23:32 +0000 (20:23 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 2 Aug 2019 12:23:33 +0000 (20:23 +0800)
commitddacfcc0e04341fa9ff2de520fe04687de41ab22
tree3f5917ef3f55b956e165bfe5f49ba83938536244
parent45a4d530120f2bf554e02281068443b056b2aac8
install-deps.sh: install cmake 3.10.2 and up on xenial

to enable us to build on xenial, install newer cmake.
cmake 3.10.2 is the version offered by bionic.

with this change, we can safely require cmake 3.10.2 in our cmake
script. as EPEL7 offers cmake 3.13

Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh