]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: install python srcs into platform-independent dir
authorKefu Chai <kchai@redhat.com>
Sat, 2 Jul 2016 07:22:03 +0000 (15:22 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 2 Jul 2016 07:23:57 +0000 (15:23 +0800)
commit383bee9506edef865910052634f803cc5dad9eba
treee17678865558ce7bc179f7930668e1de33876123
parent7eef57c2716d4981400c278dab1dd7a51ac82d02
cmake: install python srcs into platform-independent dir

otherwise they will be installed into
$PREFIX/lib64/python2.7/site-packages instead of
$PREFIX/lib/python2.7/site-packages on amd64 arch.

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