Fix the path of Expat library after move to submodules

It's in src/expat/expat now instead of being directly under src/expat.
This commit is contained in:
Vadim Zeitlin
2017-12-10 17:53:21 +01:00
parent 05a40aa510
commit 6f23cea6df

View File

@@ -12,7 +12,7 @@ include(../../source_groups.cmake)
if(wxUSE_EXPAT STREQUAL "builtin")
ExternalProject_Add(wxexpat
DOWNLOAD_COMMAND ""
SOURCE_DIR ${wxSOURCE_DIR}/src/expat
SOURCE_DIR ${wxSOURCE_DIR}/src/expat/expat
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DBUILD_tools=OFF