From ffc67f92514c97558a93b51b46f20c264d2d31e6 Mon Sep 17 00:00:00 2001 From: Antonio Afonso Date: Tue, 8 Oct 2019 01:10:03 +0000 Subject: Fixing missing lldb-scripts rename from D68370 llvm-svn: 374005 --- lldb/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/CMakeLists.txt b/lldb/CMakeLists.txt index caf1c7b23a9..317643a4422 100644 --- a/lldb/CMakeLists.txt +++ b/lldb/CMakeLists.txt @@ -237,7 +237,7 @@ if (NOT LLDB_DISABLE_PYTHON) add_dependencies(lldb-python-scripts finish_swig) install(DIRECTORY ${CMAKE_BINARY_DIR}/${LLDB_PYTHON_RELATIVE_PATH}/ DESTINATION ${LLDB_PYTHON_RELATIVE_PATH} - COMPONENT lldb-scripts) + COMPONENT lldb-python-scripts) if (NOT LLVM_ENABLE_IDE) add_llvm_install_targets(install-lldb-python-scripts COMPONENT lldb-python-scripts -- cgit v1.2.3