<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 18, 2014 at 12:10 AM, C Bergström <span dir="ltr"><<a href="mailto:cbergstrom@pathscale.com" target="_blank">cbergstrom@pathscale.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I'm curious why you're using find_library and why it worked fine before.</div></blockquote><div><br></div><div>It's the standard CMake way of doing things.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>Abbreviated paths</div><div>/somepath/bot/src/libcxx<br></div><div>/somepath/bot/src/libcxxrt<br></div><div><br></div><div>cmake is being ran from</div><div>/somepath/bot/build/foobar - In our case we have a global cmake which wraps everything<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I think we were explicitly setting the path before  (I need to double check this) and if that variable is set - find_path shouldn't be used</div></div></blockquote></div><br>This sounds very likely like your hard coded variables no longer match reality. You may have to update your build bot, but I don't really see how we can help with a custom CMake setup that others don't have and isn't represented by one of the public build bots? :: shrug ::</div></div>