[CMake] CMake and it's invocation from MS VC7

William A. Hoffman billlist at nycap.rr.com
Tue May 16 15:48:40 EDT 2006


At 03:39 PM 5/16/2006, David Cole wrote:
>You also get this behavior if you are used to using VC's "Rebuild Solution"... With CMake, you never want to use "Rebuild Solution" - always "Build Solution"...

Which is why CMake adds the ALL_BUILD target.  You want to build the ALL_BUILD
target to build everything else.

-Bill



More information about the CMake mailing list