summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-06-27 03:41:13 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-06-27 03:41:13 +0000
commit27827048b69f356f74182512220d9378c38eb194 (patch)
treea98ccaaef392ed5d154f84e8ac20400df0e36dc2 /qpid/cpp
parent87fbbcc9b363519e80a8b22fca9b4ca8909a2062 (diff)
downloadqpid-python-27827048b69f356f74182512220d9378c38eb194.tar.gz
QPID-4955: Fix to previous commit
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1497203 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt
index bffe9734f8..97693b6fe1 100644
--- a/qpid/cpp/CMakeLists.txt
+++ b/qpid/cpp/CMakeLists.txt
@@ -60,8 +60,8 @@ if (WIN32)
set (CPACK_PACKAGE_EXECUTABLES "")
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_absolute_install_path (QPIDC_CONF_FILE ${QPID_INSTALL_CONFDIR}/qpidc.conf)
+set_absolute_install_path (QPIDD_CONF_FILE ${QPID_INSTALL_CONFDIR}/qpidd.conf)
install(FILES LICENSE NOTICE DESTINATION ${QPID_INSTALL_DOCDIR})
install(FILES include/qmf/qmfengine.i