]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: stop rebuilding rocksdb everytime
authorKefu Chai <kchai@redhat.com>
Thu, 10 Dec 2020 04:22:48 +0000 (12:22 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 10 Dec 2020 04:26:00 +0000 (12:26 +0800)
commit244784fb36e24539c99045cd01d97b75fb5bfbe0
tree7f49688e74152d0942e65cd269adc83e44b5c199
parentb2d0ea1d5b32eb3b33286cacbf46d7e7c01ced27
cmake: stop rebuilding rocksdb everytime

this change was originally introduced as a part of
418bfd7bb5ec1dcec2b011e9df118c33ce38d398, and latter migrated / changed
in the current form. but the idea is the same: to rebuild rocksdb even
if the stamp file shows that it has been built. there is no need to do
so, as we don't hack RocksDB as we used to. also,it is distracting to
check this log message when rebuilding the tree. so drop it.

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