diff options
| -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 |

