]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: use BUILD_BYPRODUCTS to fix build w/ ninja
authorKefu Chai <kchai@redhat.com>
Mon, 27 May 2019 11:53:42 +0000 (19:53 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 27 May 2019 11:57:18 +0000 (19:57 +0800)
commit63242a0191c86d9a4d3b055262e833893cf317e5
tree6ff5025cd599910cec5ab89eb2ca3ebdf63dc1da
parent922aa71a6f5d01ff7e2486c58be18b44bd68c656
cmake: use BUILD_BYPRODUCTS to fix build w/ ninja

ninja scan the build dependencies differently than GNU make, so we need
to specify the product of `ExternalProject_Add()`. with this change,
we can build `vstart-base` without building the ExternalProject
separately.

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/BuildRocksDB.cmake
src/compressor/zstd/CMakeLists.txt