[CMake] Removing builds from CDash

2019-01-12 Thread Donald MacQueen [|] via CMake
This page (https://vtk.org/Wiki/CDash:Administration#Delete_builds_with_wrong_dates) has a section titled Automatic removal of builds which describes two ways of removing builds. The first is to set $CDASH_AUTOREMOVE_BUILDS='1'; The second is to run a cron job:  0 6 * * 0 php5 /var/www/CDash

Re: [CMake] Setting MSVC runtime type on CMake command line?

2019-01-12 Thread Mateusz Loskot
On Sat, 12 Jan 2019 at 14:20, Osman Zakir wrote: > > I tried to set the runtime to static by passing the "-DMSVC_RUNTIME_TYPE=/MT" > argument when running CMake, but it generated a warning Could you paste link to the CMake docs page where this variable is described? > So what's the correct way t

[CMake] Setting MSVC runtime type on CMake command line?

2019-01-12 Thread Osman Zakir
I tried to set the runtime to static by passing the "-DMSVC_RUNTIME_TYPE=/MT" argument when running CMake, but it generated a warning saying that that option was ignored by the project (Zlib in this case). So what's the correct way to do this? -- Powered by www.kitware.com Please keep messag