<div class="gmail_quote">On Mon, Aug 27, 2012 at 9:15 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":l9"> All you need do is search through the framework directories (Sean kindly provided the list) for xxxx.framework then the dynamic library is in that directory called xxxx (yup no suffix!).  Now you have a complete path to pass to cmake. I am kind of surprised that someone hasn't provided a cmake utility to do this already (since it must be very common), perhaps<br>

<br>
   Google finds some odds and ends like this <a href="http://twogregui.googlecode.com/svn/trunk/TwOgre/cmake/OgreFindFrameworks.cmake" target="_blank">http://twogregui.googlecode.com/svn/trunk/TwOgre/cmake/OgreFindFrameworks.cmake</a>  but like everything associated with cmake it is incomprehensible.  Side question: why do all configure systems have to be so fucking incomprehensible?</div>
</blockquote></div><br><div>I know, it's such a disaster.</div><div><br></div><div>I don't know whether it's better to write that damn custom CMake logic in CMake or to just do it in Python, converting to -I/-L/-l/-Wl,-rpath options.</div>