Re: [cmake-developers] [CMake] CMake 2.8.3-rc1 ready for testing!

2010-09-26 Thread Alexander Neundorf
On Sunday 26 September 2010, Alexander Neundorf wrote: > On Sunday 26 September 2010, Alexander Neundorf wrote: > > On Saturday 25 September 2010, Eric Noulard wrote: > > > 2010/9/25 Alexander Neundorf : > > > [..] > > > > > > > The other option would be to make sure that > > > > INCLUDE(FindPackag

[cmake-developers] Creating cdash subprojects: create_cdash_subprojects()

2010-09-26 Thread Alexander Neundorf
Hi, I'd like to set up subprojects for KDE, but I think this is right now not feasible because it needs too much manual work: when setting up subprojects for cdash, somebody has to write a Project.xml: This is too much manual work to be usable in KDE. Somebody (me initially) would

Re: [cmake-developers] [CMake] CMake 2.8.3-rc1 ready for testing!

2010-09-26 Thread Alexander Neundorf
On Sunday 26 September 2010, Alexander Neundorf wrote: > On Saturday 25 September 2010, Eric Noulard wrote: > > 2010/9/25 Alexander Neundorf : > > [..] > > > > > The other option would be to make sure that > > > INCLUDE(FindPackageHandleStandardArgs) > > > when used in cmake's own module would alwa

Re: [cmake-developers] [CMake] CMake 2.8.3-rc1 ready for testing!

2010-09-26 Thread Alexander Neundorf
On Saturday 25 September 2010, Eric Noulard wrote: > 2010/9/25 Alexander Neundorf : > [..] > > > The other option would be to make sure that > > INCLUDE(FindPackageHandleStandardArgs) > > when used in cmake's own module would always load > > FindPackageHandleStandardArgs.cmake from cmake, i.e. code