[CMake] Rerun CMake partially in Visual Studio

Bill Hoffman bill.hoffman at kitware.com
Thu Jul 23 10:38:20 EDT 2015


On 7/23/2015 8:45 AM, David Cole via CMake wrote:
> Nope.
>
> CMake has no way of knowing whether you have logic in the lower level
> CMakeLists file which affects later included projects, or which might
> even possibly affect global (top level project) CMakeCache settings.
> Without adding facilities to track such interconnections, the entire
> tree from the top level down must be re-processed to figure out what
> to generate.
That said, there is some work going on that might actually do this in 
the future.  Stephen Kelley is working on being able to save state and 
tell which parts have been touched.  This would be used for editors but 
would be useful for this type of thing as well.

-Bill


-- 
Bill Hoffman
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
bill.hoffman at kitware.com
http://www.kitware.com
518 881-4905 (Direct)
518 371-3971 x105
Fax (518) 371-4573


More information about the CMake mailing list