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
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
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
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