summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2017-05-09 01:41:28 +0000
committerTom Stellard <tstellar@redhat.com>2017-05-09 01:41:28 +0000
commit9c50cf0c6d8f0b11cd76a28cc4ef9bca6ef732e0 (patch)
tree1d347022f06edbafd0dea575b8ffff738e54f650 /docs
parentea56ec314ef068b71224c75f2c19aff729657477 (diff)
Revert "Revert "CMake: Move sphinx detection into AddSphinxTarget.cmake""
This reverts commit r302054. Re-commit now that I have fixes for clang/lld. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302499 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
index 6dff219ae37f..4437610146c4 100644
--- a/docs/CMakeLists.txt
+++ b/docs/CMakeLists.txt
@@ -103,8 +103,8 @@ endif()
endif()
if (LLVM_ENABLE_SPHINX)
+ include(AddSphinxTarget)
if (SPHINX_FOUND)
- include(AddSphinxTarget)
if (${SPHINX_OUTPUT_HTML})
add_sphinx_target(html llvm)
endif()