At 07:52 AM 1/27/2006, Sören Freudiger wrote:
>By using incrediBuild (for VS 2005) I always have to deactivate the
>compilation of the CMakeLists.txt file. Otherwise I get an access-violation
>error for the project file by incrediBuild. I think the problem is the
>renewing of the project file at compling CMakeLists.txt. So incrediBuild has
>access to an not vaild file.
>Is there any solution for that (except deactivating the CMakeList.txt
>compilation)?

Sounds like a bug in incrediBuild.   
This should fix the problem:
SET(CMAKE_SUPPRESS_REGENERATION ON)

-Bill

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to