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

Bill Hoffman bill.hoffman at kitware.com
Wed Dec 8 22:18:32 EST 2010


On 12/8/2010 4:21 PM, Gabriel Petrovay wrote:
> Yes I did. That is why I am wrote this post. Regardless of previous
> build. I always get:
> LINK : examples.exe not found or not built by the last incremental
> link; performing full link
>

Try a make VERBOSE=1 with the /incremental:yes on, and post the results 
of the second build that should be incremental.

-Bill


More information about the CMake mailing list