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)
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