From d441b2e2d52d46e4be99d6aacf3c5810adfc2902 Mon Sep 17 00:00:00 2001
From: Ismail Donmez <ismail@i10z.com>
Date: Thu, 12 Nov 2015 13:47:35 +0000
Subject: [PATCH] Fix c-index-test install path

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252890 91177308-0d34-0410-b5e6-96231b3b80d8
---
 tools/c-index-test/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/c-index-test/CMakeLists.txt b/tools/c-index-test/CMakeLists.txt
index 7183854b39f..87db20d7366 100644
--- a/tools/c-index-test/CMakeLists.txt
+++ b/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
-- 
GitLab