]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: move common_utf8 closer to where it is used
authorKefu Chai <kchai@redhat.com>
Thu, 28 Jul 2016 09:41:30 +0000 (17:41 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 28 Jul 2016 11:15:03 +0000 (19:15 +0800)
commit8382dda5f97334f9e693dcd00ff952729e8802f1
treed35dbc7be6281feed86013fe9b10a3ab2564edb0
parent98602ae6c67637dbadddd549bd9a0035e5a2717c
cmake: move common_utf8 closer to where it is used

for example, json_spirit uses common_utf8, so link json_spirit against common_utf8.
because libcommon includes json_spirit, this change does not impact the
consumers of libcommon.

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