Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: tools/clang/empty_string/CMakeLists.txt

Issue 615083006: Fix clang tooling build on Linux (shim CMake in LLVM tree). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor formatting tweak Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/clang/empty_string/CMakeLists.txt
diff --git a/tools/clang/empty_string/CMakeLists.txt b/tools/clang/empty_string/CMakeLists.txt
index 49b0234801dbf1b7124ffe30a05399e6702cf3b4..4697a8035d1e7409397384c54944f6caeb0b211c 100644
--- a/tools/clang/empty_string/CMakeLists.txt
+++ b/tools/clang/empty_string/CMakeLists.txt
@@ -23,4 +23,4 @@ target_link_libraries(empty_string
clangTooling
)
-install(TARGETS empty_string RUNTIME DESTINATION bin)
+cr_install(TARGETS empty_string RUNTIME DESTINATION bin)

Powered by Google App Engine
This is Rietveld 408576698