<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Thanks for pointing it out.</div><div class="">r253001 sets up the destination to a different location only if ‘INTERNAL_INSTALL_PREFIX’ is set.</div><br class=""><div><blockquote type="cite" class=""><div class="">On Nov 12, 2015, at 5:50 AM, Ismail Donmez <<a href="mailto:ismail@i10z.com" class="">ismail@i10z.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Fixed in r<span style="font-family:monospace" class=""><span style="" class="">252890</span><br class=""></span></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Thu, Nov 12, 2015 at 2:17 PM, Ismail Donmez <span dir="ltr" class=""><<a href="mailto:ismail@i10z.com" target="_blank" class="">ismail@i10z.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class=""><div class="gmail_extra">Hi,</div><div class="gmail_extra"><span class=""><br class=""><div class="gmail_quote">On Thu, Nov 12, 2015 at 2:46 AM, Argyrios Kyrtzidis via cfe-commits <span dir="ltr" class=""><<a href="mailto:cfe-commits@lists.llvm.org" target="_blank" class="">cfe-commits@lists.llvm.org</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="overflow:hidden" class="">--- cfe/trunk/tools/<span class="">c</span>-<span class="">index</span>-<span class="">test</span>/CMakeLists.txt (original)<br class="">
+++ cfe/trunk/tools/<span class="">c</span>-<span class="">index</span>-<span class="">test</span>/CMakeLists.txt Wed Nov 11 18:46:57 2015<br class="">
@@ -28,3 +28,12 @@ if (CLANG_HAVE_LIBXML)<br class="">
   include_directories(SYSTEM ${LIBXML2_INCLUDE_DIR})<br class="">
   target_link_libraries(<span class="">c</span>-<span class="">index</span>-<span class="">test</span> ${LIBXML2_LIBRARIES})<br class="">
 endif()<br class="">
+<br class="">
+install(TARGETS <span class="">c</span>-<span class="">index</span>-<span class="">test</span><br class="">
+  RUNTIME DESTINATION local/bin<br class="">
+  COMPONENT <span class="">c</span>-<span class="">index</span>-<span class="">test</span>)</div></blockquote></div><br class=""></span>This doesn't look right, all of the llvm/clang install binaries under $PREFIX/bin, with this change c-index-test is going under $PREFIX/local/bin</div><span class="HOEnZb"><font color="#888888" class=""><div class="gmail_extra"><br class=""></div><div class="gmail_extra">ismail</div><div class="gmail_extra"><br class=""></div></font></span></div>
</blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></body></html>