hintonda created this revision. hintonda added reviewers: arphaman, beanz. Herald added a subscriber: mgorny.
Delete redundant install command for clang-refactor. Install targets for clang tools are controled 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. Repository: rC Clang https://reviews.llvm.org/D41807 Files: tools/clang-refactor/CMakeLists.txt Index: tools/clang-refactor/CMakeLists.txt =================================================================== --- tools/clang-refactor/CMakeLists.txt +++ tools/clang-refactor/CMakeLists.txt @@ -20,5 +20,3 @@ clangToolingCore clangToolingRefactor ) - -install(TARGETS clang-refactor RUNTIME DESTINATION bin)
Index: tools/clang-refactor/CMakeLists.txt =================================================================== --- tools/clang-refactor/CMakeLists.txt +++ tools/clang-refactor/CMakeLists.txt @@ -20,5 +20,3 @@ clangToolingCore clangToolingRefactor ) - -install(TARGETS clang-refactor RUNTIME DESTINATION bin)
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits