]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: disable DOWNLOAD_NO_PROGRESS if cmake ver is lower than 3.1 20492/head
authorKefu Chai <kchai@redhat.com>
Mon, 19 Feb 2018 22:40:14 +0000 (06:40 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 19 Feb 2018 22:40:15 +0000 (06:40 +0800)
commitd051bf0441c933e27fb0f54bc6ed999d1e8eca89
treed6cd801f23825a1083d6ffb52bb7669cec199dc1
parent3b10d162350e5b091293a8a5a5c7db7c4ec4c22b
cmake: disable DOWNLOAD_NO_PROGRESS if cmake ver is lower than 3.1

see https://cmake.org/cmake/help/v3.1/module/ExternalProject.html and
https://cmake.org/cmake/help/v3.0/module/ExternalProject.html. the
former has DOWNLOAD_NO_PROGRESS, while the latter does not.

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