summaryrefslogtreecommitdiffstats
path: root/Utilities/cmThirdParty.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Add option to build CMake against a system jsoncppBrad King2015-01-201-0/+1
| | | | Create a CMAKE_USE_SYSTEM_JSONCPP option.
* Rename header guards to not start with double underscoreSean McBride2014-12-111-2/+2
| | | | | | | | | Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand.
* ccmake: Add CMAKE_USE_SYSTEM_FORM option to use libform instead of cmFormÅdne Hovda2014-11-251-0/+1
|
* CMake: Enable use of liblzma in libarchive (#14504)Daniel Pfeifer2014-07-291-0/+1
| | | | | Build liblzma as part of CMake or find one on the system. Modify our port of libarchive to use the liblzma configured for use with CMake.
* Include bzlib.h consistently across CMake build (#10950)Brad King2012-01-131-0/+1
| | | | | | | | | Use the approach originally used in commit f91b3c1d (Add options to build with system utility libraries, 2006-10-19) for all other third-party libraries. Create a "cm_bzlib.h" header wrapper that robustly includes the header from the bzip2 library chosen for the CMake build (either builtin or system version). Include the header wrapper anywhere we need the API provided by <bzlib.h>.
* Include headers from chosen libarchive (#10923)Brad King2010-08-051-0/+1
| | | | | When CMAKE_USE_SYSTEM_LIBARCHIVE is on we must include the system libarchive headers to match the library that will be linked.
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* ENH: Disable the xmlrpc drop method by defaultBrad King2009-06-111-1/+1
| | | | | | | We've chosen to drop our default dependence on xmlrpc. Thus we disable the corresponding CTest submission method and remove the sources for building xmlrpc locally. Users can re-enable the method by setting the CTEST_USE_XMLRPC option to use a system-installed xmlrpc library.
* ENH: Remove option to build cmcurl-7.19.0Brad King2009-06-111-1/+0
| | | | | | This version of curl was added experimentally but does not address the problem we were hoping it fixed (an occasional upload hang). Importing a new curl can wait until the problem is fully diagnosed and addressed.
* ENH: check in ability to build with new curl -f -DCMAKE_USE_NEW_CURL is setBill Hoffman2008-09-291-0/+1
|
* ENH: Add options to build with system utility libraries. Organize inclusion ↵Brad King2006-10-191-0/+26
of third party libraries into a single header per library. This addresses bug#3653.