summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf/ruby
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/qmf/ruby
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/qmf/ruby')
-rw-r--r--cpp/bindings/qmf/ruby/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qmf/ruby/CMakeLists.txt b/cpp/bindings/qmf/ruby/CMakeLists.txt
index 702606139b..ce853b767b 100644
--- a/cpp/bindings/qmf/ruby/CMakeLists.txt
+++ b/cpp/bindings/qmf/ruby/CMakeLists.txt
@@ -32,6 +32,6 @@ swig_link_libraries(qmfengine_ruby qmf qmfconsole ${RUBY_LIBRARY})
##----------------------------------
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libqmfengine_ruby.so
RENAME qmfengine.so
- DESTINATION ${RUBY_ARCH_DIR}
+ DESTINATION ${RUBY_PFX_ARCH_DIR}
COMPONENT ${QPID_COMPONENT_CLIENT}
)