summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-11-17 06:42:13 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-11-17 06:42:13 +0000
commit064b8eb7b6b830826b77a2dec157c11ef7d98133 (patch)
treec3c3797b369890bd9363bb7c2651cadc43891421 /qpid/cpp/src/CMakeLists.txt
parent4304885fe72c6299ccda02e60919fe98b2cdbe6e (diff)
downloadqpid-python-064b8eb7b6b830826b77a2dec157c11ef7d98133.tar.gz
Make cluster/ssl/rdma/xml modules install correctly
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/CMakeLists.txt')
-rw-r--r--qpid/cpp/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt
index be8bd51d2c..e0d47b893b 100644
--- a/qpid/cpp/src/CMakeLists.txt
+++ b/qpid/cpp/src/CMakeLists.txt
@@ -317,7 +317,7 @@ if (BUILD_XML)
PREFIX ""
LINK_FLAGS -Wl,--no-undefined)
endif (CMAKE_COMPILER_IS_GNUCXX)
- install (TARGETS xml RUNTIME
+ install (TARGETS xml
DESTINATION ${QPIDD_MODULE_DIR}
COMPONENT ${QPID_COMPONENT_BROKER})