[CMake] Visual Studio rebuilding ZERO_CHECK

2012-06-13 Thread Robert Carnecky
Hello, My Visual Studio 2010 is constantly prompting me to build ZERO_CHECK every time I try to run my program, even though nothing has changed. Is there a workaround for this? How to reproduce: 1. Set up the simplest project possible (see below). 2. Configure and generate using the CMake

Re: [CMake] Visual Studio rebuilding ZERO_CHECK

2012-06-13 Thread Micha Renner
Am Mittwoch, den 13.06.2012, 14:51 +0200 schrieb Robert Carnecky: Hello, My Visual Studio 2010 is constantly prompting me to build ZERO_CHECK every time I try to run my program, even though nothing has changed. Is there a workaround for this? No, that is the current situation. This

Re: [CMake] Visual Studio rebuilding ZERO_CHECK

2012-06-13 Thread Jonathan Romero
On Wed, Jun 13, 2012 at 10:04 AM, Micha Renner micha.ren...@t-online.dewrote: Am Mittwoch, den 13.06.2012, 14:51 +0200 schrieb Robert Carnecky: Hello, My Visual Studio 2010 is constantly prompting me to build ZERO_CHECK every time I try to run my program, even though nothing has changed.

Re: [CMake] Visual Studio rebuilding ZERO_CHECK

2012-06-13 Thread J Decker
On Wed, Jun 13, 2012 at 7:29 AM, Jonathan Romero jonn...@jonnyro.com wrote: On Wed, Jun 13, 2012 at 10:04 AM, Micha Renner micha.ren...@t-online.de wrote: Am Mittwoch, den 13.06.2012, 14:51 +0200 schrieb Robert Carnecky: Hello, My Visual Studio 2010 is constantly prompting me to build

Re: [CMake] Visual Studio rebuilding ZERO_CHECK

2012-06-13 Thread Nicky Perian
This might help. Anyway worth a try. http://stackoverflow.com/questions/10972324/vs2010-c-solution-last-built-state -- 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

Re: [CMake] Visual Studio rebuilding ZERO_CHECK

2012-06-13 Thread Ben Medina
For Visual Studio, I always disable the zero check project by setting CMAKE_SUPPRESS_REGENERATION to true in my CMake cache. The downside is that you have to run CMake by hand to regenerate project files. But the experience of CMake running while Visual Studio has the project loaded is quite

Re: [CMake] Visual Studio rebuilding ZERO_CHECK

2012-06-13 Thread Robert Carnecky
On 6/13/2012 5:14 PM, J Decker wrote: On Wed, Jun 13, 2012 at 7:29 AM, Jonathan Romero jonn...@jonnyro.com wrote: On Wed, Jun 13, 2012 at 10:04 AM, Micha Renner micha.ren...@t-online.de wrote: Am Mittwoch, den 13.06.2012, 14:51 +0200 schrieb Robert Carnecky: Hello, My Visual Studio 2010 is