From f0cc43fbf670bb9857e7531d46440eb64e3541fd Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Thu, 25 Mar 2010 00:21:18 +0000 Subject: Add missing qpidxarm.dll and plug-ins to installer; resolves QPID-2467. Fix multi-platform installer build, legal files placement, install notes doc, and other miscellaneous nits in the installer. (Merged in from 0.6-release-windows-installer branch r927233) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@927239 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cpp') diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 485ead127a..dbed67efea 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -50,9 +50,8 @@ set (QPIDC_CONF_FILE ${QPID_INSTALL_CONFDIR}/qpidc.conf CACHE STRING set (QPIDD_CONF_FILE ${QPID_INSTALL_CONFDIR}/qpidd.conf CACHE STRING "Name of the Qpid broker configuration file") -install(FILES LICENSE NOTICE README SSL RELEASE_NOTES DESIGN - xml/cluster.xml INSTALL-WINDOWS - DESTINATION ${QPID_INSTALL_DATADIR}) +install(FILES LICENSE NOTICE DESTINATION ${CMAKE_INSTALL_PREFIX}) +install(FILES xml/cluster.xml DESTINATION ${QPID_INSTALL_DATADIR}) if (WIN32) set (CMAKE_DEBUG_POSTFIX "d") -- cgit v1.2.1