]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: link against rados_a instead of its objs
authorKefu Chai <kchai@redhat.com>
Thu, 20 Oct 2016 08:43:42 +0000 (16:43 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 20 Oct 2016 08:58:04 +0000 (16:58 +0800)
commit16dda30d598e2f9e02f6f5c8da033eaafd30c262
treebb16136216840b664753d5a99f0ff3cc2a1d219f
parentf28481a5f56b59d9275a5a84aeb415708655095a
cmake: link against rados_a instead of its objs

prior to this change, librbd tests link against librados_api_obj and
librados_objs, but since librados_a offers all the goodies, we can
just link against it instead.

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