summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf2/python
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-10-22 06:56:56 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-10-22 06:56:56 +0000
commit890a4e6abbd2d0f49b3b89d36701bfdadc8cd4fb (patch)
tree636dccf038bc00033c537baa0e91109b632ecef4 /cpp/bindings/qmf2/python
parentf3b40d58280685ee93a8065a762e5becabc23936 (diff)
downloadqpid-python-890a4e6abbd2d0f49b3b89d36701bfdadc8cd4fb.tar.gz
QPID-3633: Make cmake the primary build tool for the cpp tree
Get Swigged bindings to install in the correct place git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1400781 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf2/python')
-rw-r--r--cpp/bindings/qmf2/python/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/bindings/qmf2/python/CMakeLists.txt b/cpp/bindings/qmf2/python/CMakeLists.txt
index 2e71ca34e7..c245824b64 100644
--- a/cpp/bindings/qmf2/python/CMakeLists.txt
+++ b/cpp/bindings/qmf2/python/CMakeLists.txt
@@ -47,12 +47,12 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/cqmf2.py
${CMAKE_CURRENT_BINARY_DIR}/qmf2.py
${CMAKE_CURRENT_BINARY_DIR}/qmf2.pyc
${CMAKE_CURRENT_BINARY_DIR}/qmf2.pyo
- DESTINATION ${PYTHON_SITE_PACKAGES}
+ DESTINATION ${PYTHON_SITEARCH_PACKAGES}
COMPONENT ${QPID_COMPONENT_CLIENT}
)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/_cqmf2_python.so
RENAME _cqmf2.so
- DESTINATION ${PYTHON_SITE_PACKAGES}
+ DESTINATION ${PYTHON_SITEARCH_PACKAGES}
COMPONENT ${QPID_COMPONENT_CLIENT}
)