summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-05-05 14:01:24 -0400
committerBrad King <brad.king@kitware.com>2016-05-05 14:45:11 -0400
commitb4678e1c34b3e269e438f9e58aaca6d39d34866f (patch)
tree5d4c4342cbaf5ca7b087d2ba7abde9df87617045 /Utilities
parent94c626808b1a873e83ea3136dda9c62ef855d77b (diff)
downloadcmake-b4678e1c34b3e269e438f9e58aaca6d39d34866f.tar.gz
expat: Update cm_expat.h wrapper for new header location
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/cm_expat.h2
1 files changed, 1 insertions, 1 deletions
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