<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jul 9, 2015 at 3:09 PM, Bob Bachman <span dir="ltr"><<a href="mailto:bob_bachman@intercept.com" target="_blank">bob_bachman@intercept.com</a>></span> wrote:<br><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><div class="h5"><br>
</div></div>It's defined in the CMakeLists.txt file and stored in the CMakeCache.txt<br>
file.<br>
<br>
//Path to a program.<br>
wxWidgets_CONFIG_EXECUTABLE:FILEPATH=/home/mzx_bldr/mozaix_svn/engineering/c<br>
ommon_src/src/wxWidgets-3.0.2/buildgtk/wx-config</blockquote><div><br></div><div>Ok, useful information to have...</div><div><br></div><div>Only thing I can think of at this point is to start adding some debug tests such as after the above line try:</div><div><br></div><div>if(EXISTS ${ wxWidgetsCONFIG_EXECUTABLE})</div><div>  message("Found wx-config")</div><div>else()</div><div>  message("wx-config not found")</div><div><br></div><div>Thanks,</div><div>Richard</div></div></div></div>