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