If I have a shared custom toolchain on a remote system, and mounted
locally under /tools for example, there does not seem to be a way to
use the cmake modules to find these libraries/headers/etc.  If I
have -I/tools/include and -L/tools/lib set, shouldn't the first headers
and libs found be the ones in those directories since they WILL be the
first ones found by the compiler?  I would consider this to be a
fairly large deficiency, if I have missed something please let me know.<br>
<br>
-doug<br>
<br>