[CMake] file INSTALL cannot set modification time on
Nils Gladitz
nilsgladitz at gmail.com
Thu May 1 12:52:08 EDT 2014
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20140501/8288b796/attachment.html>
More information about the CMake
mailing list