瀏覽代碼

expat: Update cm_expat.h wrapper for new header location

Brad King 9 年之前
父節點
當前提交
b4678e1c34
共有 1 個文件被更改,包括 1 次插入1 次删除
  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