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.
Thanks, Eric From: Nils Gladitz [mailto:[email protected]] Sent: Thursday, May 01, 2014 11:52 AM To: Eric Clark; [email protected] Subject: Re: [CMake] file INSTALL cannot set modification time on On 01.05.2014 18:32, Eric Clark wrote: 12>PostBuildEvent: 12> -- Install configuration: "Debug" 12> -- Install component: "development" 12> -- Installing: C:/projects/AraFramework/bin/AraOpenGLd.dll 12> CMake Error at cmake_install.cmake:64 (FILE): 12> file INSTALL cannot set modification time on 12> "C:/projects/AraFramework/bin/AraOpenGLd.dll" 12> 12> I used to have similar issues. In my case the install was executed by a test that due to an issue with CTest was running in parallel with other tests that were using input files of the install(). Is it possible that other commands run in parallel that may have the input file open at the same time? 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
