[all-commits] [llvm/llvm-project] 633631: [Docs] Disable Python docs when LLDB_DISABLE_PYTHO...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Oct 28 09:54:51 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6336317e0a37c246b7aea29a178c0d6fd3d12454
https://github.com/llvm/llvm-project/commit/6336317e0a37c246b7aea29a178c0d6fd3d12454
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-10-28 (Mon, 28 Oct 2019)
Changed paths:
M lldb/docs/CMakeLists.txt
Log Message:
-----------
[Docs] Disable Python docs when LLDB_DISABLE_PYTHON is set
This leads to a configuration error because we're trying to get a
property that doesn't exist:
get_target_property() called with non-existent target "swig_wrapper"
More information about the All-commits
mailing list