[PATCH] D96107: [NFC][libunbind] Fix Sphinx error during CMake invocation
Shivam Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 4 21:51:33 PST 2021
xgupta added a comment.
Error Message was:
CMake Error at /home/xgupta/dev/llvm-project/llvm/cmake/modules/AddSphinxTarget.cmake:71 (add_dependencies):
Cannot add target-level dependencies to non-existent target "sphinx".
The add_dependencies works for top-level logical targets created by the
add_executable, add_library, or add_custom_target commands. If you want to
add file-level dependencies see the DEPENDS option of the add_custom_target
and add_custom_command commands.
Call Stack (most recent call first):
/home/xgupta/dev/llvm-project/libunwind/docs/CMakeLists.txt:5 (add_sphinx_target)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96107/new/
https://reviews.llvm.org/D96107
More information about the llvm-commits
mailing list