Hello all,<div>I&#39;m facing a weird problem with CONFIGURE_FILE on windows with CMake-2.8.1 (RC3)</div><div>I&#39;ve followed the steps outlined <a href="http://stackoverflow.com/questions/1005901/how-to-set-path-environment-variable-using-cmake-and-visual-studio-to-run-test/1151593">here</a> to set PATH environment variable for an executable.</div>
<div><br></div><div>The problem is, when I click configure, .user file is created fine with out any issues. But when i click &quot;Generate&quot;, the created file is overwritten by the one generated by VS.</div><div><br>
</div><div>Lets say I&#39;ve this line in The template file <i>Environment=&quot;PATH=@PATH_ENV_VARIABLE@&quot;,</i></div><div>when i click <i>Configure</i>, the PATH_ENV_VARIABLE is properly substituted. But once I <i>Generate </i> the solution, the above said line in .user file becomes <i>Environment=&quot;&quot;</i>, which is default.</div>
<div><br></div><div>What is going wrong here ?</div><div><br></div><div>Thanks,</div><div>Surya</div>