<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body link="#0000EE" text="#000000" vlink="#551A8B" alink="#EE0000"
    bgcolor="#ffffff">
    Hello<br>
    &nbsp;&nbsp;&nbsp; SET_TARGET_PROPERTIES( myProj PROPERTIES LINK_FLAGS
    -MAP:mymapfile.map)<br>
    and also <br>
    &nbsp;&nbsp;&nbsp; SET_TARGET_PROPERTIES( myProj PROPERTIES LINK_FLAGS
    /MAP:mymapfile.map)<br>
    <br>
    results in <br>
    &nbsp;&nbsp;&nbsp; &lt;MapFileName&gt;:ficken.amp&lt;/MapFileName&gt;<br>
    <br>
    inside the vcxproj files and leads within VS2012 to compile/link
    errors, because the leading ':' is incorrect.<br>
    <br>
    The error seems to belong since cmake contains a vcxproj generator.
    I've tested cmake 2.8.9, 2.8.10.2, 2.8.11, 2.8.11.2.<br>
    <br>
    Is it a bug (I sumited one to <a
      href="http://www.cmake.org/Bug/view.php?id=14282">http://www.cmake.org/Bug/view.php?id=14282</a>
    or only my fault?<br>
    <br>
    Best <br>
    SirAnn<br>
    <a href="http://www.cmake.org/Bug/view.php?id=14282"></a>
  </body>
</html>