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="\"XYZ\""</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>\&quot;\&qout;XYZ\&quot;\&qout;</div>
<div><br></div><div>So basically, my C file expects macro as "XYZ", but its receiving ""XYZ""</div><div><br></div><div>I want cmake to write </div><div><br></div><div>&quot;\&qout;XYZ\&quot;&qout;</div>
<div><br></div><div>in my vcproj file. </div><div><br></div><div>I tried different combinations of "" but no luck.</div><div><br></div><div>any help? </div>