[CMake] Fwd: Bug ? Or I'm doing something wrong ?

David Cole david.cole at kitware.com
Mon Mar 22 12:04:19 EDT 2010


Rebuild All attempts to rebuild *everything* regardless of dependencies or
"out-of-date-ness"... Therefore, everytime a CMakeLists.txt file gets
processed, it re-runs CMake. "Build Solution" does an incremental build of
only those things that need to be built according to dependency
information....


On Mon, Mar 22, 2010 at 11:56 AM, Tyler Roscoe <tyler at cryptio.net> wrote:

> On Mon, Mar 22, 2010 at 11:51:51AM -0400, David Cole wrote:
> > Never use "rebuild all" with a cmake generated *.sln file... Just use
> "Build
> > Solution"...
>
> Interesting. David, can you elaborate?
>
> tyler
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100322/7ea4b120/attachment.htm>


More information about the CMake mailing list