On Sat, Mar 1, 2008 at 10:09 AM, Steven Van Ingelgem &lt;<a href="mailto:steven@vaningelgem.be">steven@vaningelgem.be</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
In fact what I want is &quot;check_include_file( uuid/uuid.h HAS_UUID_H )&quot;.<br>
Where this check is a &quot;blocking check&quot; (in other words, cmake will<br>
stop processing the cmakelists.txt)... The next time it should<br>
re-check the include file...</blockquote><div><br>I don&#39;t know if there is a way to do this in CMake code but one thing you can do is open up CMakeCache.txt in your build tree and manually delete the line that says:<br>
HAS_UUID_H:INTERNAL=<br></div></div>This will force the rechecking for the header file.<br><br>-- <br>Philip Lowman