]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: allows undefined symbol in plugin on osx
authorKefu Chai <kchai@redhat.com>
Wed, 13 Sep 2017 03:40:21 +0000 (11:40 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 16 Sep 2017 02:43:32 +0000 (10:43 +0800)
commit0a35e18b14fdd84f08f9e04bae68495f2b28d9e6
tree069da896ed6442425d6a06ac5ca8a8d11c1b516a
parent629ad1986d47ba0ee28cbeb39bd30c8bb90c38ea
cmake: allows undefined symbol in plugin on osx

clang on osx erros out when linking a dynamic library if any symbols is
missing by default. so disable this behavior.

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