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:
@@ -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
|
||||
|
Reference in New Issue
Block a user