summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitea139eccc1770a626b71fdd278d368bb49b6734c (patch)
treec749db38cb2cb0751b9afbe26d989b7b2a7d00aa /llvm/docs
parentb068087bd8fe568f9d18abd3186b051013cc259b (diff)
downloadbcm5719-llvm-ea139eccc1770a626b71fdd278d368bb49b6734c.tar.gz
bcm5719-llvm-ea139eccc1770a626b71fdd278d368bb49b6734c.zip
Revert "Revert "CMake: Move sphinx detection into AddSphinxTarget.cmake""
This reverts commit r302054. Re-commit now that I have fixes for clang/lld. llvm-svn: 302499
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CMakeLists.txt b/llvm/docs/CMakeLists.txt
index 6dff219ae37..4437610146c 100644
--- a/llvm/docs/CMakeLists.txt
+++ b/llvm/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()
OpenPOWER on IntegriCloud