<br><font size=2 face="Courier New">&nbsp; FOREACH (MY_VAR FOO)</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; SET(FOO_DBL_EXP &quot;BAR&quot;)</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; SET(MY_VAR_PRIME &nbsp;&quot;@${MY_VAR}_DBL_EXP@&quot;)</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; MESSAGE(&quot;MY_VAR_PRIME:
${MY_VAR_PRIME}&quot;)</font>
<br><font size=2 face="Courier New">&nbsp; ENDFOREACH (MY_VAR)</font>
<br>
<br><font size=2 face="sans-serif">Maybe I'm missing something obvious
but... </font>
<br>
<br><font size=2 face="sans-serif">On the windows platform, why does the
previous snippet of CMAKE code generate:</font>
<br>
<br><font size=2 face="Courier New">MY_VAR_PRIME: BAR</font>
<br>
<br><font size=2 face="sans-serif">with CMAKE invoked from the command
line and</font>
<br>
<br><font size=2 face="Courier New">MY_VAR_PRIME: @MY_VAR_PRIME@</font>
<br>
<br><font size=2 face="sans-serif">when invoked through CMakeSetup.exe?</font>
<br>
<br><font size=2 face="sans-serif">Thanks</font>
<br>
<br><font size=2 face="sans-serif"><br>
Andy Blose<br>
andrew.blose@kodak.com<br>
585.477.8621<br>
x78621</font>