[CMake] file INSTALL cannot set modification time on
Eric Clark
eclark at ara.com
Thu May 1 13:06:43 EDT 2014
That is an idea, except that this just happened again with the parallel project builds turned down to 1 and the /MP option not set. And the file that was being copied was not even created by the build. Instead, the file is one that is being copied from another location: QtSql4.dll. This particular file is only a dependency of the project that just finished building prior to the post build step and it is not built by the solution, it is only copied over.
Eric
From: Nils Gladitz [mailto:nilsgladitz at gmail.com]
Sent: Thursday, May 01, 2014 12:04 PM
To: Eric Clark; cmake at cmake.org
Subject: Re: [CMake] file INSTALL cannot set modification time on
On 01.05.2014 19:00, Eric Clark wrote:
Well, that is what I was thinking, so I turned off the /MP option and that did not help. The next thing that I was going to try was to set the number of parallel project builds to 1 instead of the default 8. If this works, it would seem like the post-build step is not part of the build of that project or something because I have already checked that dependencies are all correct.
What about virus scanners or similar? As a post build event a scanner may be still busy checking the freshly created file perhaps?
Nils
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20140501/5e5d9e0f/attachment.html>
More information about the CMake
mailing list