Explorar o código

expat: Update cm_expat.h wrapper for new header location

Brad King %!s(int64=9) %!d(string=hai) anos
pai
achega
b4678e1c34
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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