Skip to content
Snippets Groups Projects
Commit d441b2e2 authored by Ismail Donmez's avatar Ismail Donmez
Browse files

Fix c-index-test install path

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252890 91177308-0d34-0410-b5e6-96231b3b80d8
parent 95cb0fa6
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ if (CLANG_HAVE_LIBXML) ...@@ -30,7 +30,7 @@ if (CLANG_HAVE_LIBXML)
endif() endif()
install(TARGETS c-index-test install(TARGETS c-index-test
RUNTIME DESTINATION local/bin RUNTIME DESTINATION bin
COMPONENT c-index-test) COMPONENT c-index-test)
add_custom_target(install-c-index-test add_custom_target(install-c-index-test
DEPENDS c-index-test DEPENDS c-index-test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment