summaryrefslogtreecommitdiffstats
path: root/Utilities/cm_xmlrpc.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Disable the xmlrpc drop method by defaultBrad King2009-06-111-4/+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: Add options to build with system utility libraries. Organize inclusion ↵Brad King2006-10-191-0/+30
of third party libraries into a single header per library. This addresses bug#3653.