Re: [CMake] version-info module?

2014-05-14 Thread Orion Poplawski
On 05/13/2014 02:50 AM, Yngve Inntjore Levinsen wrote: > Hi, > > Do you meen as in > set_target_properties(mytarget PROPERTIES VERSION 1.0 SOVERSION 1) > ? Something that would calculate those values based on the ‘current[:revision[:age]]’ values used for version-info as described in the link.

[CMake] [ANNOUNCE] CMake 3.0-rc5 now ready for testing!

2014-05-14 Thread Robert Maynard
I am proud to announce the CMake 3.0 fifth release candidate. Sources and binaries are available at: http://www.cmake.org/files/v3.0/?C=M;O=D Documentation is available at: http://www.cmake.org/cmake/help/v3.0 Release notes appear below and are also published at http://www.cmake.org/cmake/

Re: [CMake] Info.plist with per-configuration information

2014-05-14 Thread Tim Blechmann
hi david, > I just created a test project "t2" with Xcode itself, and in the > projects source file "t2-Info.plist", I added a "Get info string" key > with a value of "This is the ${CONFIGURATION} build." > > Then, after I build the Debug config, and inspect the generated bundle, > the Info.plist

Re: [CMake] Info.plist with per-configuration information

2014-05-14 Thread David Cole
Hi Tim, I just created a test project "t2" with Xcode itself, and in the projects source file "t2-Info.plist", I added a "Get info string" key with a value of "This is the ${CONFIGURATION} build." Then, after I build the Debug config, and inspect the generated bundle, the Info.plist inside o