Re: [CMake] CMake 2.8.10-rc1 ready for testing!

2012-10-05 Thread Rolf Eike Beer
Stephen Kelly wrote: Robert Dailey wrote: Could we get a list of all the new generator expressions? Is there 2.8.10 documentation online somewhere that might have them documented? I don't think there's generated html docs, but here's the new addition to the INCLUDE_DIRECTORIES target

Re: [CMake] CMake 2.8.10-rc1 ready for testing!

2012-10-05 Thread Stephen Kelly
Rolf Eike Beer wrote: $TARGET_PROPERTY:prop = The value of the property prop on the target on which the generator expression is evaluated. Then tell me on which target an include_directories is evaluated on ;) Each of them: add_executable(foo ${foo_SRCS}) add_library(bar ${bar_SRCS})

Re: [CMake] CMake 2.8.10-rc1 ready for testing!

2012-10-05 Thread Rolf Eike Beer
Am 2012-10-05 10:54, schrieb Stephen Kelly: Rolf Eike Beer wrote: $TARGET_PROPERTY:prop = The value of the property prop on the target on which the generator expression is evaluated. Then tell me on which target an include_directories is evaluated on ;) Each of them:

Re: [CMake] CMake 2.8.10-rc1 ready for testing!

2012-10-04 Thread Stephen Kelly
Robert Dailey wrote: Could we get a list of all the new generator expressions? Is there 2.8.10 documentation online somewhere that might have them documented? I don't think there's generated html docs, but here's the new addition to the INCLUDE_DIRECTORIES target property documentation:

Re: [CMake] CMake 2.8.10-rc1 ready for testing!

2012-10-04 Thread Stephen Kelly
Robert Dailey wrote: Could we get a list of all the new generator expressions? Is there 2.8.10 documentation online somewhere that might have them documented? I don't think there's generated html docs, but here's the new addition to the INCLUDE_DIRECTORIES target property documentation:

[CMake] CMake 2.8.10-rc1 ready for testing!

2012-10-02 Thread David Cole
Time for the fall harvest edition of CMake... I am happy to announce that CMake 2.8.10 has entered the release candidate stage! You can find the source and binaries here: http://www.cmake.org/files/v2.8/?C=M;O=D This email is also available as blog posts:

Re: [CMake] CMake 2.8.10-rc1 ready for testing!

2012-10-02 Thread Robert Dailey
Could we get a list of all the new generator expressions? Is there 2.8.10 documentation online somewhere that might have them documented? On Tue, Oct 2, 2012 at 1:51 PM, David Cole david.c...@kitware.com wrote: Time for the fall harvest edition of CMake... I am happy to announce that CMake