Re: [cmake-developers] CMAKE_PATCH_VERSION = 10 for 2.8.10.2

2012-12-23 Thread Alan W. Irwin
On 2012-12-23 15:22-0500 David Cole wrote: I think Eike is right. I don't think we want it cached. We should give it a week or two for Brad to chime in. If he thinks it's important to add that to the cache, then it will happen when he gets back from the holidays. Of course, the safe thing to d

Re: [cmake-developers] CMAKE_PATCH_VERSION = 10 for 2.8.10.2

2012-12-23 Thread David Cole
I think Eike is right. I don't think we want it cached. We should give it a week or two for Brad to chime in. If he thinks it's important to add that to the cache, then it will happen when he gets back from the holidays. Thanks, David On Sun, Dec 23, 2012 at 2:44 PM, Alan W. Irwin wrote: > On

Re: [cmake-developers] CMAKE_PATCH_VERSION = 10 for 2.8.10.2

2012-12-23 Thread Alan W. Irwin
On 2012-12-23 09:18-0500 David Cole wrote: For the full CMake version as a string, you should just use ${CMAKE_VERSION} these days. Yeah, I just discovered that for myself while reading through the documentation. It's the fundamental peril of getting started much too early with CMake. All my

Re: [cmake-developers] CMAKE_PATCH_VERSION = 10 for 2.8.10.2

2012-12-23 Thread Rolf Eike Beer
Alan W. Irwin wrote: > Rolf said: Who? > > CMAKE_TWEAK_VERSION > Thanks for that suggestion which does work. However, I notice that > the cache has the following lines: > > //Major version of cmake used to create the current loaded cache > CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2 > //Minor version

Re: [cmake-developers] CMAKE_PATCH_VERSION = 10 for 2.8.10.2

2012-12-23 Thread Alan W. Irwin
Rolf said: CMAKE_TWEAK_VERSION Hi Rolf: Thanks for that suggestion which does work. However, I notice that the cache has the following lines: //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2 //Minor version of cmake used to create the curr

Re: [cmake-developers] CMAKE_PATCH_VERSION = 10 for 2.8.10.2

2012-12-23 Thread David Cole
For the full CMake version as a string, you should just use ${CMAKE_VERSION} these days. On Sun, Dec 23, 2012 at 8:38 AM, Alexander Neundorf wrote: > On Sunday 23 December 2012, Alan W. Irwin wrote: > > Shouldn't that be 10.2? > > > > I like to output the exact CMake version each time I run cm

Re: [cmake-developers] CMAKE_PATCH_VERSION = 10 for 2.8.10.2

2012-12-23 Thread Alexander Neundorf
On Sunday 23 December 2012, Alan W. Irwin wrote: > Shouldn't that be 10.2? > > I like to output the exact CMake version each time I run cmake using > > message(STATUS > "CMake version = > ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}") > > but the result is the incorrect 2

Re: [cmake-developers] CMAKE_PATCH_VERSION = 10 for 2.8.10.2

2012-12-23 Thread Rolf Eike Beer
Alan W. Irwin wrote: > Shouldn't that be 10.2? > > I like to output the exact CMake version each time I run cmake using > > message(STATUS > "CMake version = > ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}") > > but the result is the incorrect 2.8.10 for CMake version 2.8.

[cmake-developers] CMAKE_PATCH_VERSION = 10 for 2.8.10.2

2012-12-22 Thread Alan W. Irwin
Shouldn't that be 10.2? I like to output the exact CMake version each time I run cmake using message(STATUS "CMake version = ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}") but the result is the incorrect 2.8.10 for CMake version 2.8.10.2. In the past, the above cmake