Hi,<br><br>Am Dienstag, 26. Juni 2012 schrieb Ateljevich, Eli :<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Andreas,<br>
Thanks. This must be what is happening. The references I saw to CMAKE_PREFIX_PATH suggested it was environment-only and needs to be known "at cmake time". That didn't fit my needs well and even though it seemed funny I never challenged that.<br>
<br>
You are suggesting it can be set in cmake which I'll try. It would solve my issues, though my experience with customizing of this type is it needs to be done at the right moment in the cmake process which isn't always clear. Is there going to be a lot of extra stuff on CMAKE_PREFIX_PATH and I need to be appending?</blockquote>
<div><br></div><div>Well, you just need to set it before the corresponding find_* calls, usually this is supposed to be done on the cmake commandline via -DCMAKE_PREFIX_PATH=... Since the actual path to be used is usually user-specific and hence for everybody needing it.</div>
<div><br></div><div>Andreas <span></span></div>