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] VS2010 Enable Managed Incremental Build

2012-06-11 Thread Nicky Perian
I don't know. I'll see if I can find one. On Mon, Jun 11, 2012 at 3:09 PM, Bill Hoffman bill.hoff...@kitware.comwrote: On 6/10/2012 9:02 PM, Nicky Perian wrote: Is there a CMAKE variable to cause this to be set in the VS2010 solution? If so, what is it? If not, is it a doable feature

[CMake] VS2010 Enable Managed Incremental Build

2012-06-10 Thread Nicky Perian
Is there a CMAKE variable to cause this to be set in the VS2010 solution? If so, what is it? If not, is it a doable feature? Graphic of VS2010 showing where set https://dl.dropbox.com/u/7833186/Enable_Managed_Incremental_Build.JPG -- Powered by www.kitware.com Visit other Kitware open-source

[CMake] Cmake hangs on testing -- Check for working C compiler using: Visual Studio 10

2012-02-18 Thread Nicky Perian
This hang happened after installing Visual Studio 10 Service Pack 1. Is there a known workaround for this? -- 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:

Re: [CMake] Cmake hangs on testing -- Check for working C compiler using: Visual Studio 10

2012-02-18 Thread Nicky Perian
and the solutions is made. Should be able to build your solution On Sun, Feb 19, 2012 at 2:53 AM, Nicky Perian nickyper...@gmail.com wrote: This hang happened after installing Visual Studio 10 Service Pack 1. Is there a known workaround for this? -- Powered by www.kitware.com Visit other Kitware open

Re: [CMake] Cmake hangs on testing -- Check for working C compiler using: Visual Studio 10

2012-02-18 Thread Nicky Perian
Now I don't know what is happening. This is no longer working. Back to hanging up. On Sun, Feb 19, 2012 at 7:59 AM, Nicky Perian nickyper...@gmail.com wrote: Mantis == 0011968: cmake uses wrong project-guid entry (Visual Studio 2010): ProjectGUID This is marked minor. The solution is in deed

Re: [CMake] SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY)

2010-09-22 Thread Nicky Perian
From: David Cole david.c...@kitware.com To: Nicky Perian nickyper...@yahoo.com Cc: cmake@cmake.org Sent: Mon, September 20, 2010 12:32:48 PM Subject: Re: [CMake] SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY) Why are you trying to set CPACK_PACKAGE_INSTALL_REGISTRY_KEY ? What do you hope to achieve

Re: [CMake] SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY)

2010-09-20 Thread Nicky Perian
Per suggestions; changed SET to below. Cpack still cannot find the registry key. SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY HKEY_LOCAL_MACHINE/SOFTWARE//NSIS/Unicode) From: Nicky Perian nickyper...@yahoo.com To: cmake@cmake.org Sent: Fri, September 17, 2010 12:59

[CMake] SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY)

2010-09-17 Thread Nicky Perian
I have tried many variations to the HKEY_LOCAL_MACHINE setting and am unable to get a run through of Cpack. I know it must be something simple I am missing. I need help with this. I am on a windows 7 / 64bit machine. NSIS is unicode and installed in the 32 bit program files directory. Thanks,