[CMake] incrediBuild and CMakeLists.txt

William A. Hoffman billlist at nycap.rr.com
Fri Jan 27 08:25:43 EST 2006


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



More information about the CMake mailing list