test/crimson: do not link against ceph-common
authorKefu Chai <kchai@redhat.com>
Fri, 26 Apr 2019 04:03:59 +0000 (12:03 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 28 Apr 2019 16:12:57 +0000 (00:12 +0800)
commit0a8dbddf884b744284c96dd9279256e55e75ae45
treeb027d3fac15e2aa11431587ed89406f83c79291a
parentadc65bcbe4fd09aeea7e87a278961051470f0b08
test/crimson: do not link against ceph-common

crimson-common and ceph-common have subtle difference which is
conditionalized by WITH_SEASTAR macro. and the different implementations
share the same name, so we should not link crimson executables against ceph-common .

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