]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: disable DOWNLOAD_NO_PROGRESS if cmake ver is lower than 3.1
authorKefu Chai <kchai@redhat.com>
Mon, 19 Feb 2018 22:40:14 +0000 (06:40 +0800)
committerAlfredo Deza <adeza@redhat.com>
Mon, 19 Feb 2018 23:10:24 +0000 (18:10 -0500)
commitc0429254cec6fdfa1089f3dc205a7a6199d2e40a
treef0d58cae9ff5e4cb4aa39dbaaddc1fbd8d03ec7f
parent74c89b975f786ca2bf6de7310f191e92faeaca6c
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>
(cherry picked from commit d051bf0441c933e27fb0f54bc6ed999d1e8eca89)
cmake/modules/BuildBoost.cmake