I am using cmake 2.8 version.<div><br></div><div>My cmake contains following statements.</div><div><br></div><div>cmake_policy(SET CMP0005 NEW)</div><div><div>add_definitions( </div><div><span class="Apple-tab-span" style="white-space:pre">        </span>  -DSTORE=&quot;\&quot;XYZ\&quot;&quot;</div>
<div>)</div></div><div><br></div><div>I am using VS 8 (2005). cmake writes the build file(vcproj) successfully without any warning </div><div><br></div><div>When I see, vcproj. It contains </div><div><br></div><div>\&amp;quot;\&amp;qout;XYZ\&amp;quot;\&amp;qout;</div>
<div><br></div><div>So basically, my C file expects macro as &quot;XYZ&quot;, but its receiving  &quot;&quot;XYZ&quot;&quot;</div><div><br></div><div>I want cmake to write </div><div><br></div><div>&amp;quot;\&amp;qout;XYZ\&amp;quot;&amp;qout;</div>
<div><br></div><div>in my vcproj file. </div><div><br></div><div>I tried different combinations of &quot;&quot; but no luck.</div><div><br></div><div>any help? </div>