diff options
| author | Ismail Donmez <ismail@i10z.com> | 2015-11-12 13:47:35 +0000 |
|---|---|---|
| committer | Ismail Donmez <ismail@i10z.com> | 2015-11-12 13:47:35 +0000 |
| commit | 19a17c3a163118ee8877701aea9e1b059b7aa227 (patch) | |
| tree | 340349c24404af7ea89434b2ce6606731559e076 | |
| parent | 93064025bdb36f9b0f40bd576fcdabc3e60b4798 (diff) | |
| download | bcm5719-llvm-19a17c3a163118ee8877701aea9e1b059b7aa227.tar.gz bcm5719-llvm-19a17c3a163118ee8877701aea9e1b059b7aa227.zip | |
Fix c-index-test install path
llvm-svn: 252890
| -rw-r--r-- | clang/tools/c-index-test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/c-index-test/CMakeLists.txt b/clang/tools/c-index-test/CMakeLists.txt index 7183854b39f..87db20d7366 100644 --- a/clang/tools/c-index-test/CMakeLists.txt +++ b/clang/tools/c-index-test/CMakeLists.txt @@ -30,7 +30,7 @@ if (CLANG_HAVE_LIBXML) endif() install(TARGETS c-index-test - RUNTIME DESTINATION local/bin + RUNTIME DESTINATION bin COMPONENT c-index-test) add_custom_target(install-c-index-test DEPENDS c-index-test |

