Browse Source

expat: Update cm_expat.h wrapper for new header location

Brad King 9 năm trước cách đây
mục cha
commit
b4678e1c34
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Utilities/cm_expat.h

+ 1 - 1
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