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

Reply via email to