diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-10-22 06:56:56 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-10-22 06:56:56 +0000 |
| commit | 890a4e6abbd2d0f49b3b89d36701bfdadc8cd4fb (patch) | |
| tree | 636dccf038bc00033c537baa0e91109b632ecef4 /cpp/bindings/qmf/ruby | |
| parent | f3b40d58280685ee93a8065a762e5becabc23936 (diff) | |
| download | qpid-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.txt | 2 |
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} ) |
