mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
cmake: Don't check for Python 2
This commit is contained in:
parent
b0556e1449
commit
243fdbc31c
@ -135,7 +135,6 @@ cmake:linux:clang:static:
|
||||
$Env:MINGW_PACKAGE_PREFIX-libiconv
|
||||
$Env:MINGW_PACKAGE_PREFIX-ninja
|
||||
$Env:MINGW_PACKAGE_PREFIX-python
|
||||
$Env:MINGW_PACKAGE_PREFIX-python2
|
||||
$Env:MINGW_PACKAGE_PREFIX-xz
|
||||
$Env:MINGW_PACKAGE_PREFIX-zlib
|
||||
- if (-not (Test-Path 7za.exe)) {
|
||||
|
@ -77,14 +77,7 @@ endif()
|
||||
if(LIBXML2_WITH_PYTHON)
|
||||
check_include_files(unistd.h HAVE_UNISTD_H)
|
||||
check_symbol_exists(F_GETFL fcntl.h HAVE_F_GETFL)
|
||||
if(HAVE_UNISTD_H AND HAVE_F_GETFL)
|
||||
find_package(Python COMPONENTS Interpreter Development REQUIRED)
|
||||
else()
|
||||
find_package(Python2 COMPONENTS Interpreter Development REQUIRED)
|
||||
add_library(Python::Python ALIAS Python2::Python)
|
||||
set(Python_EXECUTABLE ${Python2_EXECUTABLE})
|
||||
set(Python_SITEARCH ${Python2_SITEARCH})
|
||||
endif()
|
||||
find_package(Python COMPONENTS Interpreter Development REQUIRED)
|
||||
set(LIBXML2_PYTHON_INSTALL_DIR ${Python_SITEARCH} CACHE PATH "Python bindings install directory")
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user