[PATCH] D41807: [cmake] Delete redundant install command for clang-refactor.

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 9 17:01:40 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rC322147: [cmake] Delete redundant install command for clang-refactor. (authored by dhinton, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D41807?vs=128864&id=129192#toc

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)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41807.129192.patch
Type: text/x-patch
Size: 317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180110/a7cfd1bf/attachment.bin>


More information about the cfe-commits mailing list