]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: link libcommon against pthread 10489/head
authorKefu Chai <kchai@redhat.com>
Fri, 29 Jul 2016 16:26:43 +0000 (00:26 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 29 Jul 2016 16:26:44 +0000 (00:26 +0800)
commita27bbaaebf1391e41495f33d66237bcf485e332b
treec95cc3655752ec9af1b66732814a142bc4b3c0ee
parent8bf5cd1606b9c65d6e86a8a6af085b0bd86888aa
cmake: link libcommon against pthread

as Thread.cc lives in libcommon, and global is not using libpthread
directly. so moving libpthread linkage from libglobal to libcommon.

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