expat: Update cm_expat.h wrapper for new header location

This commit is contained in:
Brad King 2016-05-05 14:01:24 -04:00
parent 94c626808b
commit b4678e1c34
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#ifdef CMAKE_USE_SYSTEM_EXPAT
# include <expat.h>
#else
# include <cmexpat/expat.h>
# include <cmexpat/lib/expat.h>
#endif
#endif