docs: Fix Sphinx detection with out-of-tree builds
Adapt to changes made in r302499. llvm-svn: 302501
This commit is contained in:
parent
9c52dfebfe
commit
9cd629a251
@ -1,6 +1,6 @@
|
|||||||
if (LLVM_ENABLE_SPHINX)
|
if (LLVM_ENABLE_SPHINX)
|
||||||
|
include(AddSphinxTarget)
|
||||||
if (SPHINX_FOUND)
|
if (SPHINX_FOUND)
|
||||||
include(AddSphinxTarget)
|
|
||||||
if (${SPHINX_OUTPUT_HTML})
|
if (${SPHINX_OUTPUT_HTML})
|
||||||
add_sphinx_target(html lld)
|
add_sphinx_target(html lld)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user