summaryrefslogtreecommitdiffstats
path: root/Utilities/cm_xmlrpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cm_xmlrpc.h')
-rw-r--r--Utilities/cm_xmlrpc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Utilities/cm_xmlrpc.h b/Utilities/cm_xmlrpc.h
new file mode 100644
index 0000000..08db89f
--- /dev/null
+++ b/Utilities/cm_xmlrpc.h
@@ -0,0 +1,13 @@
+/* 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