mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
CTest: Remove submit method 'xmlrpc'
This commit is contained in:
@@ -97,9 +97,6 @@
|
||||
{ include: [ "@<uv-.+\\.h>", private, "\"cm_uv.h\"", public ] },
|
||||
{ include: [ "<kwiml/abi.h>", private, "\"cm_kwiml.h\"", public ] },
|
||||
{ include: [ "<kwiml/int.h>", private, "\"cm_kwiml.h\"", public ] },
|
||||
{ include: [ "<xmlrpc.h>", private, "\"cm_xmlrpc.h\"", public ] },
|
||||
{ include: [ "<xmlrpc_client.h>", private, "\"cm_xmlrpc.h\"", public ] },
|
||||
{ include: [ "@<xmlrpc-c/.+\\.h>", private, "\"cm_xmlrpc.h\"", public ] },
|
||||
{ include: [ "<zconf.h>", private, "\"cm_zlib.h\"", public ] },
|
||||
{ include: [ "<zlib.h>", private, "\"cm_zlib.h\"", public ] },
|
||||
|
||||
|
||||
@@ -15,6 +15,5 @@
|
||||
#cmakedefine CMAKE_USE_SYSTEM_JSONCPP
|
||||
#cmakedefine CMAKE_USE_SYSTEM_LIBRHASH
|
||||
#cmakedefine CMAKE_USE_SYSTEM_LIBUV
|
||||
#cmakedefine CTEST_USE_XMLRPC
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
file Copyright.txt or https://cmake.org/licensing for details. */
|
||||
#ifndef cm_xmlrpc_h
|
||||
#define cm_xmlrpc_h
|
||||
|
||||
/* Use the xmlrpc library configured for CMake. */
|
||||
#include "cmThirdParty.h"
|
||||
#ifdef CTEST_USE_XMLRPC
|
||||
# include <xmlrpc.h>
|
||||
# include <xmlrpc_client.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user