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

Bill Hoffman bill.hoffman at kitware.com
Wed Dec 8 14:44:54 EST 2010


On 12/8/2010 2:28 PM, Gabriel Petrovay wrote:
> What does "Visual Studio Non-Incremental Link" mean in the below output?
> In the link command below you can see the /INCREMENTAL /DUMMY options.
> I explicitly added them now but still the same behaviour:
>
It means what it says.  It means it is doing a non-incremental link.  It 
is doing that because /DUMMY != /YES.
> What can it be the problem that I still get:
> LINK : updtestdriver.exe not found or not built by the last
> incremental link; performing full link
It is not doing an incremental link, so it is not doing incremental 
links....


> ?
????


-Bill


More information about the CMake mailing list