<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 29.07.2014 23:42, Eric Clark wrote:<br>
    </div>
    <blockquote
cite="mid:EBDAAC048EBA3D4B8F00BB32CC24C8D9011ACE7BE6@colo-mail-2.exchange2.ara.wan"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hello All,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I have had this problem with CMake for
          quite some time now. I have posted the question to this
          message board once before, but did not figure out a solution.
          Whenever I try to run cmake on a cmake_install.cmake file with
          all of the appropriate defines set, I always get at least one
          error where CMake “says it cannot set the modification time on
          a file…” This happens because the install has a bunch of
          install(DIRECTORY …) commands and the usual install(TARGETS …)
          commands. Everything looks great in the generated
          cmake_install.cmake file and if I run the command over and
          over again, it will eventually make it all the way through the
          install. However, this is not a pleasant workaround as I have
          to run cmake multiple times whenever I build my projects or
          build my installers. Sometimes it can take 10 to 20 times
          before I can get everything to copy over appropriately without
          errors.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I have turned off all anti-virus and file
          scanning software, multi-processing, and all suggestions that
          were given to me before, but nothing seems to work. I have
          even installed older versions of CMake starting at 2.8.2 all
          the way up to 3.0.0. All of the CMake versions give me the
          same reproducible errors.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">If anyone has had this problem before or
          has any suggestions, please help… I can post my install files
          and batch scripts that I use to build the tree for my
          installer. Whatever you may need to help. I would really
          appreciate any help or suggestions as I have been trying to
          tackle this problem for almost a year now.<o:p></o:p></p>
      </div>
    </blockquote>
    <br>
    Hello again,<br>
    <br>
    sorry to hear that you haven't been able to fix this yet.<br>
    <br>
    If possible a self-contained and reduced (preferably plain CMake
    without any batch scripts and with as few files as possible)<br>
    test case would be ideal to be able to reproduce and debug the
    issue.<br>
    Dummy files for the install could be generated by CMake so that no
    additional large external files would be required for testing.<br>
    <br>
    Have you been able to reproduce the issue on multiple systems or has
    your testing been limited to a specific system?<br>
    If you were able to test it on multiple systems has this failed on
    every test system or only on some of those?<br>
    <br>
    Nils<br>
  </body>
</html>