summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-11-04 16:02:21 +0000
committerGordon Sim <gsim@apache.org>2013-11-04 16:02:21 +0000
commit7a819a9d3bfbc2baad22943d5d6d93b0a5e32dde (patch)
tree56200766a61b1828945ca5b3e090b970ad5e70b4 /qpid/cpp
parent943ddb17c7ce686cabc6fcca7e68bffa74fe61ce (diff)
downloadqpid-python-7a819a9d3bfbc2baad22943d5d6d93b0a5e32dde.tar.gz
QPID-5277: remove install directive for qpidt
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1538656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/tests/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/CMakeLists.txt b/qpid/cpp/src/tests/CMakeLists.txt
index c5ea0a89e5..4acd976a38 100644
--- a/qpid/cpp/src/tests/CMakeLists.txt
+++ b/qpid/cpp/src/tests/CMakeLists.txt
@@ -107,8 +107,6 @@ install (TARGETS
qpid-receive qpid-send qpid-topic-listener qpid-topic-publisher receiver sender
qpid-txtest
RUNTIME DESTINATION ${QPID_INSTALL_TESTDIR})
-install (PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/qpidt
- DESTINATION ${QPID_INSTALL_TESTDIR})
# Only build test code if testing is turned on
if (BUILD_TESTING)