From: Ismail Donmez Date: Thu, 12 Nov 2015 13:47:35 +0000 (+0000) Subject: Fix c-index-test install path X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d441b2e2d52d46e4be99d6aacf3c5810adfc2902;p=clang Fix c-index-test install path git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252890 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/c-index-test/CMakeLists.txt b/tools/c-index-test/CMakeLists.txt index 7183854b39..87db20d736 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