]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: remove visibility flags from libcephfs,libradosstriper
authorKefu Chai <kchai@redhat.com>
Thu, 23 Jun 2016 02:53:39 +0000 (10:53 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 23 Jun 2016 07:23:58 +0000 (15:23 +0800)
commit1b2fd2b3eb3e42f7975f76dd372338852ddcce19
tree4694c92ee4110b09959aa007761ab9eee54f06a7
parent5ccdb517d671e0c8de08c837ee564bc494677bd8
cmake: remove visibility flags from libcephfs,libradosstriper

because libradosstriper does not put the `__attribute__ ((visibility
("default")))` specifier on the exported class/methods. we cannot
add the visibility to this library yet. the same applies to libcephfs.

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