소스 검색

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