]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: let vstart depend on radosgwd 32564/head
authorKefu Chai <kchai@redhat.com>
Thu, 9 Jan 2020 07:35:57 +0000 (15:35 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 9 Jan 2020 07:46:27 +0000 (15:46 +0800)
commitc6cf778bad29eda592b4d47aa9820c375f5978ef
treee0f8405bb27ce7da953525dce0c8f151ed5dc825
parent1ca0a119c132eee91e2e7092538055c33f282363
cmake: let vstart depend on radosgwd

in f528f173, in cmake, the target of executable "radosgw" is renamed
to "radosgwd",  and the static library of "radosgw_a" was renamed to
"radosgw". this broke the tests which expected radosgw to be available
if "tests" was built.

in this change, both "vstart" and "tests" now depend on "radosgwd"
instead of "radosgw".

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt
src/test/CMakeLists.txt