[cmake-developers] Fwd: [CMake] CTest GIT support does not properly update recursive submodules

Brad King brad.king at kitware.com
Wed Feb 23 11:17:58 EST 2011


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



More information about the cmake-developers mailing list