summaryrefslogtreecommitdiff
path: root/qpid/cpp/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-06-26 22:41:36 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-06-26 22:41:36 +0000
commit87fbbcc9b363519e80a8b22fca9b4ca8909a2062 (patch)
treee72d4ca3881558d31ac1a44db4c7607c1b98ade4 /qpid/cpp/CMakeLists.txt
parentde2264af286ecf624d638c4d82de1e8edda5cc8b (diff)
downloadqpid-python-87fbbcc9b363519e80a8b22fca9b4ca8909a2062.tar.gz
QPID-4955: CMake install puts config files in the wrong place
- Also removed ability to specify daemon and client config file locations individually as that isn't straightforwardly possible with the CMake install capability. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1497148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/CMakeLists.txt')
-rw-r--r--qpid/cpp/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt
index 9112729fc8..bffe9734f8 100644
--- a/qpid/cpp/CMakeLists.txt
+++ b/qpid/cpp/CMakeLists.txt
@@ -62,10 +62,6 @@ endif (WIN32)
set_absolute_install_path (QPIDC_CONF_PATH ${QPID_INSTALL_CONFDIR}/qpidc.conf)
set_absolute_install_path (QPIDD_CONF_PATH ${QPID_INSTALL_CONFDIR}/qpidd.conf)
-set (QPIDC_CONF_FILE ${QPIDC_CONF_PATH} CACHE STRING
- "Name of the Qpid client configuration file")
-set (QPIDD_CONF_FILE ${QPIDD_CONF_PATH} CACHE STRING
- "Name of the Qpid broker configuration file")
install(FILES LICENSE NOTICE DESTINATION ${QPID_INSTALL_DOCDIR})
install(FILES include/qmf/qmfengine.i