关闭libxml2的Python绑定选项
This commit is contained in:
2
vendor/CMakeLists.txt
vendored
2
vendor/CMakeLists.txt
vendored
@@ -218,7 +218,7 @@ ExternalProject_Add(libxml2
|
||||
PREFIX libxml2
|
||||
URL ${CMAKE_CURRENT_SOURCE_DIR}/libxml2-2.9.2.tar.gz
|
||||
URL_MD5 9e6a9aca9d155737868b3dc5fd82f788
|
||||
CONFIGURE_COMMAND ./configure --prefix=<INSTALL_DIR> --disable-shared
|
||||
CONFIGURE_COMMAND ./configure --prefix=<INSTALL_DIR> --disable-shared --without-python
|
||||
BUILD_IN_SOURCE 1)
|
||||
|
||||
ExternalProject_Get_Property(libxml2 INSTALL_DIR)
|
||||
|
||||
Reference in New Issue
Block a user