Skip to content

Commit 050b4b0

Browse files
committed
[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
1 parent fe6c9cb commit 050b4b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/tools/clang-refactor/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ target_link_libraries(clang-refactor
2020
clangToolingCore
2121
clangToolingRefactor
2222
)
23-
24-
install(TARGETS clang-refactor RUNTIME DESTINATION bin)

0 commit comments

Comments
 (0)