]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: link consumers of libclient with libcommon
authorKefu Chai <kchai@redhat.com>
Mon, 13 Feb 2017 14:04:24 +0000 (22:04 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 13 Feb 2017 14:35:30 +0000 (22:35 +0800)
commit0ec167c3daa78ee4896e877939cf922de694d3b3
treeb70fb4d7c22053c06c476f97dcf5880b1bb7770a
parent87bdeb23aa2c6ea4f3885bee48109efe15fb8faf
cmake: link consumers of libclient with libcommon

to avoid linking against to both libceph-common and libcommon at the same
time, because both of them will be registered as a provider of lttng
provider.

Fixes: http://tracker.ceph.com/issues/18838
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt
src/client/CMakeLists.txt