diff options
author | Brad King <brad.king@kitware.com> | 2009-06-11 15:24:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-06-11 15:24:56 (GMT) |
commit | 8f5af6172a3f8bbad85ad3495f94e20557942670 (patch) | |
tree | 2273d9f4d89dbcc3ecf472fb917467511ec8d01b /CTestCustom.cmake.in | |
parent | 8c5c192b9dff5ad8e7b422ed16935c2c5d2016db (diff) | |
download | CMake-8f5af6172a3f8bbad85ad3495f94e20557942670.zip CMake-8f5af6172a3f8bbad85ad3495f94e20557942670.tar.gz CMake-8f5af6172a3f8bbad85ad3495f94e20557942670.tar.bz2 |
ENH: Disable the xmlrpc drop method by default
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.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 1b18ece..98f6d6f 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -12,7 +12,6 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "not sorted slower link editing will result" "stl_deque.h:479" "Utilities.cmzlib." - "Utilities.cmxmlrpc." "Source.CTest.Curl" "Utilities.cmcurl" "Source.CursesDialog.form" |