summaryrefslogtreecommitdiff
path: root/Utilities/cm_expat.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cm_expat.h')
-rw-r--r--Utilities/cm_expat.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/Utilities/cm_expat.h b/Utilities/cm_expat.h
deleted file mode 100644
index fc5b39aba..000000000
--- a/Utilities/cm_expat.h
+++ /dev/null
@@ -1,14 +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_expat_h
-#define cm_expat_h
-
-/* Use the expat library configured for CMake. */
-#include "cmThirdParty.h"
-#ifdef CMAKE_USE_SYSTEM_EXPAT
-# include <expat.h>
-#else
-# include <cmexpat/lib/expat.h>
-#endif
-
-#endif