mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 08:02:08 +00:00
[cmake] Delete redundant install command for clang-refactor.
Summary: Install targets for clang tools are controlled by CLANG_BUILD_TOOLS, and when OFF, cmake issues the following warning: WARNING: Target "clang-refactor" has EXCLUDE_FROM_ALL set and will not be built by default but an install rule has been provided for it. CMake does not define behavior for this case. Differential Revision: https://reviews.llvm.org/D41807 llvm-svn: 322147
This commit is contained in:
parent
fe6c9cbb24
commit
050b4b05a0
@ -20,5 +20,3 @@ target_link_libraries(clang-refactor
|
||||
clangToolingCore
|
||||
clangToolingRefactor
|
||||
)
|
||||
|
||||
install(TARGETS clang-refactor RUNTIME DESTINATION bin)
|
||||
|
Loading…
Reference in New Issue
Block a user