Re: [CMake] Getting the svn revision number of our source.

2014-07-01 Thread Michael Oldfield
On 02/07/14 09:04, Rick McGuire wrote: > We like to include the SVN revision number in our build artifacts to > help keep track of what version people are working with. I found the > following code on the mailing lists which appears to work fine: > > # Get the SVN revision number of an svn comm

[CMake] Getting the svn revision number of our source.

2014-07-01 Thread Rick McGuire
We like to include the SVN revision number in our build artifacts to help keep track of what version people are working with. I found the following code on the mailing lists which appears to work fine: # Get the SVN revision number of an svn command line client is # available. This version will

Re: [CMake] Updating files in the source tree.

2014-07-01 Thread Bill Hoffman
On 7/1/2014 3:37 PM, Rick McGuire wrote: The big question comes down to "should I?". Is doing this somehow a violation of CMake rules/conventions? Are there any issues I need to consider? And, the ultimate question is whether it is somehow possible

Re: [CMake] Updating files in the source tree.

2014-07-01 Thread Bill Hoffman
On 6/28/2014 1:52 PM, Rick McGuire wrote: The big question comes down to "should I?". Is doing this somehow a violation of CMake rules/conventions? Are there any issues I need to consider? And, the ultimate question is whether it is somehow possible to set up dependencies where I could get ba

Re: [CMake] CMake Visual Studio Configuration Single

2014-07-01 Thread Bill Hoffman
On 7/1/2014 3:38 AM, Jörg Kreuzberger wrote: As newbee to cmake i only could not understand why this single / multi configuration stuff is supported. it makes it more complicated, but i assume it is like always: historical grown. It is supported because that is the way native development happen

Re: [CMake] CTest - Set Labels for different tests

2014-07-01 Thread Nils Gladitz
On 07/01/2014 11:06 AM, Konstantin40 wrote: Hi everyone, I want to use Labels to group some tests, that I want to execute together with one command. However, I cannot find how to specify property "label" for the tests. Is it possible to set this as test property? Could someone point me to somew

[CMake] CTest - Set Labels for different tests

2014-07-01 Thread Konstantin40
Hi everyone, I want to use Labels to group some tests, that I want to execute together with one command. However, I cannot find how to specify property "label" for the tests. Is it possible to set this as test property? Could someone point me to somewhere, where this is shown? At the end of this

Re: [CMake] CMake Visual Studio Configuration Single

2014-07-01 Thread Jörg Kreuzberger
> I'm not sure why you would recommend anything related to > CMAKE_BUILD_TYPE for the Visual Studio generators. I would be curious > to know exactly how you are using it, because internally, > CMAKE_BUILD_TYPE (to the best of my knowledge) is completely ignored by > the Visual Studio generators