summaryrefslogtreecommitdiff
path: root/cpp/BuildInstallSettings.cmake
Commit message (Collapse)AuthorAgeFilesLines
* QPID-4885: C++ examples install to qpid/examplesDarryl L. Pierce2013-05-241-2/+2
| | | | | | | Previously they installed to /usr/local/share/examples. This changes that to /usr/local/share/qpid/examples instead. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1486084 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4759 : make qpidd --help display sasl config dir default locationMichael Goulish2013-04-301-1/+0
| | | | | | | | Backing out my previous changes and just changing the help comment for the --sasl-config flag. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477724 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4759 : make both builds put sasl config file in sysconfdir/sasl2Michael Goulish2013-04-301-0/+1
| | | | | | | and display default location in qpidd --help output git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477435 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4698: Fixed the location of the SASL2 configuration file.Darryl L. Pierce2013-04-291-1/+1
| | | | | | It was mistakenly installed to /etc/qpid/sasl2 rather than /etc/sasl2. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477267 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4698: Fixed the install location for files under CMake.Darryl L. Pierce2013-04-081-3/+3
| | | | | | | | | Installs the SASL2 qpidd.conf file to /etc/qpid/sasl2/qpidd.conf Installs qpidd-primary to /etc/rc.d/init.d/qpidd-primary Installs the qmf-gen Python script to /usr/bin Installs the managementgen sitepackage to where sitelibs belong git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1465643 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4640: cmake: set RPATH so installed execuatables run.Alan Conway2013-04-011-48/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1463248 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Made the Systemd install directory macro consistent with others.Darryl L. Pierce2012-11-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1414666 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4388: Systemd support not being installed with CmakeDarryl L. Pierce2012-11-271-0/+1
| | | | | | | | | | Previously systemd support was only in the automake system, and the qpidd.service file was processed via sed. But, since there are no substitutions needed in the file, it's now renamed to qpidd.service. And both Makefile.am and CMakeLists.txt will simply install it to /usr/lib/systemd/system. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1414392 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: shamelessly stole some cmake improvements from proton:Andrew Stitcher2012-10-301-1/+11
| | | | | | | | - Don't generate the docs all the time (unless we have to) - Take a guess as to whether to use lib or lib64 to install libraries (This can be overridden in distribution package builds) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1403812 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3633: Make cmake the primary build tool for the cpp treeAndrew Stitcher2012-10-231-1/+2
| | | | | | | - Fix qpid version number so it doesn't contain newline, this causes a very odd path for documentation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1401373 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3633: Make cmake the primary build tool for the cpp treeAndrew Stitcher2012-10-221-0/+12
| | | | | | - Add some cmake things missed from the windows port git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1401031 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3633: Make cmake the primary build tool for the cpp treeAndrew Stitcher2012-10-221-140/+152
| | | | | | | | - Make the installed pkgconfig files have the correct paths embedded. - Use install variables that should be compatible with the variables set by rpmbuild's %cmake macro git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1400780 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3464: Build Improvements (CMake) [from Jan-Marek Glogowski]Andrew Stitcher2011-11-031-0/+8
| | | | | | | - Improved CMake build significantly bringing it closer in parity to autotools build git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1197146 13f79535-47bb-0310-9956-ffa450edef68
* Install/stage generated api docs to docs/api/html. Resolves QPID-2463.Stephen D. Huston2010-03-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@926649 13f79535-47bb-0310-9956-ffa450edef68
* Updated cmake build to pick up version from QPID_VERSION.txt.Alan Conway2010-03-171-2/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@924425 13f79535-47bb-0310-9956-ffa450edef68
* Add cluster watchdog plugin to cmake build.Alan Conway2010-01-071-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@896959 13f79535-47bb-0310-9956-ffa450edef68
* The cmake build should work for any Unix this is not Linux specificAndrew Stitcher2009-11-171-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@881173 13f79535-47bb-0310-9956-ffa450edef68
* Make the unix config files install in the install prefix not absolute /etcAndrew Stitcher2009-11-171-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@881172 13f79535-47bb-0310-9956-ffa450edef68
* Move the kit-building settings out of CMakeLists.txt to a new file, ↵Stephen D. Huston2009-11-131-0/+133
BuildInstallSettings.cmake. Changed the examples's vcproj files to refer to the installed header/lib locations instead of in the source tree locations; also adjusted the names to match directories and look sensible in the solution list. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@835652 13f79535-47bb-0310-9956-ffa450edef68