Re: [CMake] cmake 3.0 memory usage on VTKWikiExamples (was: cmake-gui crash in Windows 8.1)

2014-07-09 Thread Andrew Maclean
Thanks for looking into this Brad. Regards Andrew On Thu, Jul 10, 2014 at 12:51 AM, Brad King wrote: > On 07/08/2014 03:38 AM, Andrew Maclean wrote: > > I downloaded the most recent version of CMake in the master and built > is with VS 12 2013 64bit. > > I ran the debug version on the Wik

Re: [CMake] cmake 3.0 memory usage on VTKWikiExamples (was: cmake-gui crash in Windows 8.1)

2014-07-09 Thread Brad King
On 07/08/2014 03:38 AM, Andrew Maclean wrote: > I downloaded the most recent version of CMake in the master and built is > with VS 12 2013 64bit. > I ran the debug version on the Wikiexamples and it consumed over 4GB of > memory. > It seemed to run to completion after about 4h AFAICT this is t

[CMake] ANN: CMake Course - September 29 in Lyon, France

2014-07-09 Thread Julien Jomier
Kitware will be holding a CMake training course on September 29, 2014 at Kitware's office in Lyon, France. This one-day course will cover CMake, CTest, CPack and CDash. Visit our website for more information and registration details (early registration and student discounts available): ht

Re: [CMake] cmake-gui crash in Windows 8.1

2014-07-09 Thread Andrew Maclean
That's similar to what I am seeing in that memory is not released. I built a debug version of CMake and the memory climbed to over 4gb it didn't crash but never released the memory & Visual Studio was waiting for it to exit even though it had vanished from the task manager. Thanks for confirming it

[CMake] installing osx bundles

2014-07-09 Thread Tim Blechmann
hi all, i'm having some troubles, trying to install osx bundles: app bundles: installing an app bundle target (created with MACOSX_BUNDLE and property BUNDLE=1) will install (a) the bundle and (b) the executable (which is usually found in Contents/MacOS). in a way, i'd only expect the bundle to b

Re: [CMake] cmake-gui crash in Windows 8.1

2014-07-09 Thread Andrew Maclean
I have no problems with any other CMake build just with the vtk wiki examples. If you get a chance I would appreciate it if you could try a 64-bit build on the examples to see if the same issue happens to you. Regards Andrew. On Jul 9, 2014 7:10 PM, "Klaim - Joël Lamotte" wrote: > > > > > On Fri

Re: [CMake] cmake-gui crash in Windows 8.1

2014-07-09 Thread Klaim - Joël Lamotte
On Fri, Jul 4, 2014 at 9:50 AM, Andrew Maclean wrote: > Hi All, > Has anyone noticed a problem with CMake 3.0 in Windows? > > I switched recently to CMake 3.0 for my project (uninstalled previous cmake, installed new cmake, changed cmake scripts version requirement to 3.0) I didn't not meet any s