mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 07:36:06 +00:00

An error has occurred when I build libunwind with -DLLVM_BUILD_DOCS=ON. Reviewed By: #libunwind, compnerd Differential Revision: https://reviews.llvm.org/D96107
8 lines
173 B
CMake
8 lines
173 B
CMake
include(FindSphinx)
|
|
if (SPHINX_FOUND AND LLVM_ENABLE_SPHINX)
|
|
include(AddSphinxTarget)
|
|
if (${SPHINX_OUTPUT_HTML})
|
|
add_sphinx_target(html libunwind)
|
|
endif()
|
|
endif()
|