mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 05:25:04 +00:00
Find Python correctly for Sphinx
This commit is contained in:
parent
d0474877c3
commit
675129d365
1 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@ endforeach ()
|
|||
# determine Python executable used by Sphinx
|
||||
if (Sphinx-build_EXECUTABLE)
|
||||
# extract python executable from shebang of sphinx-build
|
||||
find_package (PythonInterp QUIET)
|
||||
find_package (Python3 QUIET)
|
||||
set (Sphinx_PYTHON_EXECUTABLE "${PYTHON_EXECUTABLE}")
|
||||
set (Sphinx_PYTHON_OPTIONS)
|
||||
file (STRINGS "${Sphinx-build_EXECUTABLE}" FIRST_LINE LIMIT_COUNT 1)
|
||||
|
@ -312,4 +312,4 @@ if (NOT Sphinx_DIR AND Sphinx-build_EXECUTABLE)
|
|||
endif ()
|
||||
|
||||
unset (_Sphinx_VERSION)
|
||||
unset (_Sphinx_REQUIRED_VARS)
|
||||
unset (_Sphinx_REQUIRED_VARS)
|
||||
|
|
Loading…
Add table
Reference in a new issue