Thanks, updated http://www.vtk.org/Wiki/CMake_Useful_Variables to list it.
/Johan


On Wed, Feb 23, 2011 at 5:17 PM, Brad King <brad.k...@kitware.com> wrote:

> On 02/23/2011 10:22 AM, Johan Björk wrote:
> > Is there a way to get the version of the Nightly builds, or is it
> > possible to get the patch version bumped to .5? I'd like to run this on
> > a few of my buildservers, but I can't find a way to detect if I should
> > disable my workaround.
>
> The version scheme is
>
>  major.minor.patch.date
>
> for development after version "major.minor.patch" as of "date".
> Therefore you can compare the CMake version against
>
>  2.8.4.20110223
>
> using component-wise version comparison (e.g. if(VERSION_LESS)).
>
> -Brad
>
_______________________________________________
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to