Re: [CMake] Regenerating Visual Studio projects

2008-10-08 Thread David Cole
I have added comments to http://public.kitware.com/Bug/view.php?id=7708 -- I cannot reproduce the issue with unrelated Visual Studio instances. Only VS instances with the regenerated .sln file open prompt with dialogs. Please read the notes in the bug report and re-open it with instructions on how

[CMake] Regenerating Visual Studio projects

2008-09-18 Thread Jesper Eskilson
Hi all, When CMake (2.6) discovers that a CMakeLists.txt file has changed, and that one or more Visual Studio projects/solutions need to be reloaded, it attempts to interrupt the build, force Visual Studio to reload the projects, and then restart the build. This is really good compared to

Re: [CMake] Regenerating Visual Studio projects

2008-09-18 Thread Bill Hoffman
Jesper Eskilson wrote: Hi all, When CMake (2.6) discovers that a CMakeLists.txt file has changed, and that one or more Visual Studio projects/solutions need to be reloaded, it attempts to interrupt the build, force Visual Studio to reload the projects, and then restart the build. This is