[Lldb-commits] [PATCH] D48993: [CMake] Give Python module install command a component name

Saleem Abdulrasool via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 6 09:54:40 PDT 2018


compnerd added a comment.

The `install-` target is created by `add_llvm_install_targets`, not by the component.  The component is part of CMake itself, and is controlled by the `CMAKE_INSTALL_DEFAULT_COMPONENT_NAME`.


https://reviews.llvm.org/D48993





More information about the lldb-commits mailing list