]> granicus.if.org Git - clang/commitdiff
[cmake] Delete redundant install command for clang-refactor.
authorDon Hinton <hintonda@gmail.com>
Wed, 10 Jan 2018 01:00:28 +0000 (01:00 +0000)
committerDon Hinton <hintonda@gmail.com>
Wed, 10 Jan 2018 01:00:28 +0000 (01:00 +0000)
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322147 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-refactor/CMakeLists.txt

index d2029066b9b76fe8070e6084f33021a4792eb7d1..b435744ca4bdabb0080c0c56e1c1cca4d9cf206e 100644 (file)
@@ -20,5 +20,3 @@ target_link_libraries(clang-refactor
   clangToolingCore
   clangToolingRefactor
   )
-
-install(TARGETS clang-refactor RUNTIME DESTINATION bin)