<div dir="ltr">> <span style="font-size:13px;font-family:arial,sans-serif">I'm curious why you're using find_library and why it worked fine before.</span><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">The change was made so that the ABI library did not need to be located on the linkers search path.</span></div><div><span style="font-family:arial,sans-serif;font-size:13px">find_library is used so that CMake properly links against the library.</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">> </span><span style="font-family:arial,sans-serif;font-size:13px">Abbreviated paths</span></div><div style="font-size:13px;font-family:arial,sans-serif">> /somepath/bot/src/libcxx<br></div><div style="font-size:13px;font-family:arial,sans-serif">> /somepath/bot/src/libcxxrt<br></div><div style="font-size:13px;font-family:arial,sans-serif">></div><div style="font-size:13px;font-family:arial,sans-serif">> cmake is being ran from</div><div style="font-size:13px;font-family:arial,sans-serif">> /somepath/bot/build/foobar - In our case we have a global cmake which wraps everything</div><div style="font-size:13px;font-family:arial,sans-serif"><br></div><div style="font-size:13px;font-family:arial,sans-serif">The important path is where libcxxrt.so is located. Could you provide that?</div><div style="font-size:13px;font-family:arial,sans-serif"><br></div><div style="font-size:13px;font-family:arial,sans-serif">> 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 style="font-size:13px;font-family:arial,sans-serif"><br></div><div style="font-size:13px;font-family:arial,sans-serif">Would you be able to clarify this? What path and what variable are you setting? What about find_path?</div><div style="font-size:13px;font-family:arial,sans-serif"><br></div><div style="font-size:13px;font-family:arial,sans-serif">/Eric</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 18, 2014 at 1:20 AM, Chandler Carruth <span dir="ltr"><<a href="mailto:chandlerc@google.com" target="_blank">chandlerc@google.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"><div class="gmail_extra"><br><div class="gmail_quote"><span class="">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></span><div>It's the standard CMake way of doing things.</div><span class=""><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></span></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>
</blockquote></div><br></div>