]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: add PGMap.cc to crimson-common 26254/head
authorKefu Chai <kchai@redhat.com>
Thu, 14 Feb 2019 09:27:57 +0000 (17:27 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 19 Feb 2019 06:44:03 +0000 (14:44 +0800)
commit4025135186ab4914829c04e71f177890d886d735
tree2e6c9b61cc9219706b32fc1b0847e549a0680d8e
parent3e16fd815ca10ee87e49b618e4379fe5eac81c2d
cmake: add PGMap.cc to crimson-common

otherwise we have failures like:

/usr/bin/ld: ../../../lib/libcrimson-common.a(Message.cc.o): in function
`PGMapDigest::~PGMapDigest()':
/var/ssd/ceph/src/mon/PGMap.h:37: undefined reference to `vtable for
PGMapDigest'
/usr/bin/ld: ../../../lib/libcrimson-common.a(Message.cc.o): in function
`PGMapDigest::~PGMapDigest()':

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