[CMake] CMake Tools for Visual Studio 1.2 RC1 Available

2014-07-04 Thread David Golub
I'm pleased to announced that the first release candidate of CMake Tools for Visual Studio 1.2 is now available. This release adds support for CMake 3.0 as well as some minor enhancements and bug fixes. It is available from the project web site at http://cmaketools.codeplex.com. Enjoy! David

[CMake] cmake-gui crash in Windows 8.1

2014-07-04 Thread Andrew Maclean
Hi All, Has anyone noticed a problem with CMake 3.0 in Windows? Using cmake-gui in Windows 8.1 on the VTK Wiki Examples. The compiler is: VS 12 2013 Win64 Configure works Ok, however generate fails with a run-time error when it has completed about 75% of the generation process - it seems to hang a

Re: [CMake] Using a ctest script, while avoiding the make clean step

2014-07-04 Thread Nils Gladitz
On 07/04/2014 09:25 AM, Angelos Mantzaflaris wrote: Dear all, From the ctest man pages I read: --build-noclean Skip the make clean step. I am running ctest with a script, e.g. ctest -S testScript.cmake for a continuous build. With a minor change in the repository, the full

[CMake] Using a ctest script, while avoiding the make clean step

2014-07-04 Thread Angelos Mantzaflaris
Dear all, From the ctest man pages I read: --build-noclean Skip the make clean step. I am running ctest with a script, e.g. ctest -S testScript.cmake for a continuous build. With a minor change in the repository, the full code is recompiled. So I was thinking to invoke build-no