<div class="gmail_quote">On Tue, Dec 9, 2008 at 9:18 PM, Bill Hoffman <span dir="ltr">&lt;<a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d">....... If you did not want to use python, you could use cmake -DCONFIG=${CMAKE_CFG_INTDIR} -E myscript.cmake &nbsp; &nbsp;.......</div></blockquote><div><br></div><div>Make that:</div><div>cmake -DCONFIG=${CMAKE_CFG_INTDIR} -P myscript.cmake<br>
</div><div><br></div><div>-P for *p*rocess script, not -E</div><div><br></div><div><br></div></div>