mirror of
https://github.com/opencv/opencv.git
synced 2024-12-18 19:38:02 +08:00
Moved Sphinx detection outside of the PYTHONINTERP_FOUND block.
Who knows, maybe the user's Sphinx installation uses a Python we couldn't find.
This commit is contained in:
parent
67ae438dae
commit
055a581977
@ -74,8 +74,9 @@ if(PYTHONINTERP_FOUND)
|
|||||||
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||||
endif()
|
endif()
|
||||||
endif(NOT ANDROID AND NOT IOS)
|
endif(NOT ANDROID AND NOT IOS)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(BUILD_DOCS)
|
if(BUILD_DOCS)
|
||||||
find_host_program(SPHINX_BUILD sphinx-build)
|
find_host_program(SPHINX_BUILD sphinx-build)
|
||||||
if(SPHINX_BUILD)
|
if(SPHINX_BUILD)
|
||||||
execute_process(COMMAND "${SPHINX_BUILD}"
|
execute_process(COMMAND "${SPHINX_BUILD}"
|
||||||
@ -88,5 +89,4 @@ if(PYTHONINTERP_FOUND)
|
|||||||
message(STATUS "Found Sphinx ${SPHINX_VERSION}: ${SPHINX_BUILD}")
|
message(STATUS "Found Sphinx ${SPHINX_VERSION}: ${SPHINX_BUILD}")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endif(BUILD_DOCS)
|
endif(BUILD_DOCS)
|
||||||
endif()
|
|
||||||
|
Loading…
Reference in New Issue
Block a user