]> granicus.if.org Git - clang/commit
[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)
commit1cf29b5bcf3404aaab2a689431e06dbb8777fec1
tree7802d1e173bc1f023a5dc9b45efeac81a12bb057
parent5855293e6fbb63b4f7a0fb800e8ab69696b9882f
[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

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