From b4678e1c34b3e269e438f9e58aaca6d39d34866f Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Thu, 5 May 2016 14:01:24 -0400
Subject: [PATCH] expat: Update cm_expat.h wrapper for new header location

---
 Utilities/cm_expat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Utilities/cm_expat.h b/Utilities/cm_expat.h
index f361541d00..d35e10650e 100644
--- a/Utilities/cm_expat.h
+++ b/Utilities/cm_expat.h
@@ -17,7 +17,7 @@
 #ifdef CMAKE_USE_SYSTEM_EXPAT
 # include <expat.h>
 #else
-# include <cmexpat/expat.h>
+# include <cmexpat/lib/expat.h>
 #endif
 
 #endif
-- 
GitLab