Hi,<div><br><div class="gmail_quote">On Mon, Jun 25, 2012 at 11:20 PM, Ateljevich, Eli <span dir="ltr">&lt;<a href="mailto:eli@water.ca.gov" target="_blank">eli@water.ca.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal"><span style="color:#1f497d">Actually, clearing the cache worked for FindPythonInterp but I still can’t get FindPythonLibs.cmake to work. Same problem …. it can find the 2.4 version but not the 2.7 version – and gives an error when 2.7 is required. Obviously, I cleared the cache this time. Again, is there a hint I can give to help it find the version I want?</span></p>
</div></div></blockquote><div><br></div><div>Well, that depends on how the module actually finds stuff - unless it documents the ways in its &#39;header section&#39; (which is also available in the cmake manual usually). Usually it would use find_path/find_library and may find_file, which all understand CMAKE_PREFIX_PATH as either cmake or environment variable and append the necessary include/lib etc. suffix.</div>
<div><br></div><div>Andreas</div></div></div>