<div dir="ltr">On Fri, Oct 18, 2013 at 6:34 AM, Olaf Ryder <span dir="ltr">&lt;<a href="mailto:devbits01@gmail.com" target="_blank">devbits01@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Here&#39;s the problem I&#39;m trying to solve:<div>
<br></div><div>* External Project A has no dependencies and generates LibraryA</div><div>* External Project B is dependent on LibraryA</div></div></blockquote><div><br></div><div>I worked around a similar issue to this with a project that required wxWidgets, which using a binary to build the compile and linker flags rathern than pkgconfig or other method.</div>
<div><br></div><div>I wrapped my whole main project in a &quot;if(NOT BOOTSTRAP_WXWIDGETS)&quot; build the project. If BOOTSTRAP_WXWIDGETS it true, then it skips the main build and builds wxWidgets instead. You still have to run cmake and make twice, but it works.</div>
<div><br></div><div><a href="http://sourceforge.net/p/freetel/code/HEAD/tree/fdmdv2/CMakeLists.txt">http://sourceforge.net/p/freetel/code/HEAD/tree/fdmdv2/CMakeLists.txt</a><br></div><div><br></div><div>Richard </div></div>
</div></div>