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.h21
1 files changed, 6 insertions, 15 deletions
diff --git a/Utilities/cm_expat.h b/Utilities/cm_expat.h
index 91f4a7b52..d87933715 100644
--- a/Utilities/cm_expat.h
+++ b/Utilities/cm_expat.h
@@ -1,23 +1,14 @@
-/*============================================================================
- CMake - Cross Platform Makefile Generator
- Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
-
- Distributed under the OSI-approved BSD License (the "License");
- see accompanying file Copyright.txt for details.
-
- This software is distributed WITHOUT ANY WARRANTY; without even the
- implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- See the License for more information.
-============================================================================*/
-#ifndef __cm_expat_h
-#define __cm_expat_h
+/* 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>
+#include <expat.h>
#else
-# include <cmexpat/expat.h>
+#include <cmexpat/lib/expat.h>
#endif
#endif