]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: link ceph-dencoder against os lib
authorKefu Chai <kchai@redhat.com>
Thu, 2 Jun 2016 03:37:18 +0000 (11:37 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 4 Jun 2016 01:40:28 +0000 (09:40 +0800)
os is a top level target which is linked into executables or user facing
libraries. so it is not included by any libraries linked by
ceph-dencoder so far.

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

index 28fa146291397d1d11caedb1880c2820d3275d75..9e0a0b90021211680143f31577fe07d9393d33ea 100644 (file)
@@ -706,6 +706,7 @@ target_link_libraries(ceph-dencoder
   librados
   librbd
   global
+  os
   osd
   mds
   mon