[PATCH] D96107: [NFC][libunbind] Fix Sphinx error during CMake invocation
Shivam Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 17:23:18 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG77fecc07955f: [NFC][libunbind] Fix Sphinx error during CMake invocation (authored by xgupta).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96107/new/
https://reviews.llvm.org/D96107
Files:
libunwind/docs/CMakeLists.txt
Index: libunwind/docs/CMakeLists.txt
===================================================================
--- libunwind/docs/CMakeLists.txt
+++ libunwind/docs/CMakeLists.txt
@@ -1,5 +1,5 @@
include(FindSphinx)
-if (SPHINX_FOUND)
+if (SPHINX_FOUND AND LLVM_ENABLE_SPHINX)
include(AddSphinxTarget)
if (${SPHINX_OUTPUT_HTML})
add_sphinx_target(html libunwind)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96107.322869.patch
Type: text/x-patch
Size: 368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210211/5cb5aaf2/attachment.bin>
More information about the llvm-commits
mailing list