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:nilsglad...@gmail.com]
Sent: Thursday, May 01, 2014 12:04 PM
To: Eric Clark; cmake@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
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to