Fix expat config for "NMake Makefiles" target.

This commit is contained in:
Alexey Rassikhin 2017-12-15 11:53:50 +03:00 committed by GitHub
parent 276d96b583
commit 6b15f19107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ if(wxUSE_EXPAT STREQUAL "builtin")
SOURCE_DIR ${wxSOURCE_DIR}/src/expat/expat
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DBUILD_tools=OFF
-DBUILD_examples=OFF
-DBUILD_tests=OFF