Re: [CMake] Rerun CMake partially in Visual Studio

2015-07-25 Thread Jakob van Bethlehem
>> > Yes, things like QtCreator. Or future IDEs that might use CMake as a build > system. > FYI: CLion by Jetbrains is the first IDE I know of that fully integrates CMake natively. If that IDE is as good as their Python IDE I worked with in the past, I may yet spend some bucks on it :) Sin

Re: [CMake] Rerun CMake partially in Visual Studio

2015-07-24 Thread Bill Hoffman
On 7/24/2015 3:01 AM, Nagy-Egri Máté Ferenc via CMake wrote: May I ask what you mean by ‘editors’? Do you mean GUI editors to managing CMake projects? Máté Yes, things like QtCreator. Or future IDEs that might use CMake as a build system. -Bill -- Powered by www.kitware.com Please keep m

Re: [CMake] Rerun CMake partially in Visual Studio

2015-07-24 Thread Nagy-Egri Máté Ferenc via CMake
May I ask what you mean by ‘editors’? Do you mean GUI editors to managing CMake projects? Máté Feladó: Bill Hoffman Elküldve: ‎csütörtök‎, ‎2015‎. ‎július‎ ‎23‎. ‎16‎:‎38 Címzett: cmake@cmake.org On 7/23/2015 8:45 AM, David Cole via CMake wrote: > Nope. > > CMake has no way of knowing

Re: [CMake] Rerun CMake partially in Visual Studio

2015-07-23 Thread Bill Hoffman
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 tr

Re: [CMake] Rerun CMake partially in Visual Studio

2015-07-23 Thread David Cole via CMake
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

[CMake] Rerun CMake partially in Visual Studio

2015-07-23 Thread Jakob van Bethlehem
Dear users, CMake has a very nice integration with Visual Studio. One problem I often encounter with reasonably large solutions is that one I change only one CMakeLists.txt file, the full solution gets regenerated. Would it possible somehow to *only* regenerate the project(s) that are affected by