[CMake] Did anyone manage to get incremental linking working with NMake generator?

John Drescher drescherjm at gmail.com
Wed Dec 8 16:09:03 EST 2010


> Providing /INCREMENTAL:YES VS2010 linker complains that this is
> deprecated and still does a FULL link.
>
This is normal behavior in Visual Studio for the first build since
there was no previous full. Did you try modifying a file after it
built and building again without cleaning?

John


More information about the CMake mailing list