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 <ty...@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
>
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to