]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: use CMAKE_POSITION_INDEPENDENT_CODE not -fPIC
authorKefu Chai <kchai@redhat.com>
Fri, 13 Oct 2017 05:01:59 +0000 (13:01 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Oct 2017 06:02:59 +0000 (14:02 +0800)
commit055ae5c476cd8fcc41c2c86cb9ea257349586ae0
tree7fd73c418d22ccd5ff195db9fbfe8ba94d3fbbd9
parent966898329c998438436cab0f9cc599434b74dd14
cmake: use CMAKE_POSITION_INDEPENDENT_CODE not -fPIC

we use the global setting of CMAKE_POSITION_INDEPENDENT_CODE for
defining this flag.

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