Re: [CMake] cmake 2.6.3 RC 5

2008-12-09 Thread Brad King
Brad King wrote: Alexander Neundorf wrote: So, I think it would be nice if find_package(NO_MODULE) would restore the FIND_QUIETLY variable to the state it was before (as I'm doing here manually). Good idea. I don't think we make any guarantee either way about the value of this variable

Re: [CMake] cmake 2.6.3 RC 5

2008-12-08 Thread Alexander Neundorf
On Wednesday 03 December 2008, Bill Hoffman wrote: I have a release candidate (RC 5) for 2.6.3 ready for CMake. I just built kdelibs and kdepimlibs svn trunk with current 2-6 branch of cmake and didn't notice obvious problems. Alex ___ CMake mailing

Re: [CMake] cmake 2.6.3 RC 5

2008-12-08 Thread Alexander Neundorf
On Monday 08 December 2008, Alexander Neundorf wrote: On Wednesday 03 December 2008, Bill Hoffman wrote: I have a release candidate (RC 5) for 2.6.3 ready for CMake. I just built kdelibs and kdepimlibs svn trunk with current 2-6 branch of cmake and didn't notice obvious problems. Just a

Re: [CMake] cmake 2.6.3 RC 5

2008-12-08 Thread Brad King
Alexander Neundorf wrote: Just a small thing: I'm slowly converting a few of the FindFoo-modules from kdelibs to the new Config-style. E.g. for automoc4 our FindAutomoc4.cmake looks (basically) like: set(_FIND_QUIETLY ${Automoc4_FIND_QUIETLY}) find_package(Automoc4 QUIET NO_MODULE)

Re: [CMake] cmake 2.6.3 RC 5

2008-12-05 Thread James Bigler
2.6.3R5 behaving a little strangely on one of my test projects. I have a program that generates cpp files from some input file. My program also outputs a dependency file which I parse into a CMake readable format. The basic setup creates a cmake script using configure_file with all the commands

[CMake] cmake 2.6.3 RC 5

2008-12-03 Thread Bill Hoffman
I have a release candidate (RC 5) for 2.6.3 ready for CMake. Thanks. The files can be found here: http://www.cmake.org/files/v2.6/*RC-5* The changes from 2.6.2 to 2.6.3 are as follows: Changes in CMake 2.6.3 RC 5 - add EXCLUDE, INCLUDE to ctest_test command in ctest -S scripts - Set

Re: [CMake] cmake 2.6.3 RC 5

2008-12-03 Thread Mike Arthur
On Wednesday 03 December 2008 16:36:23 Bill Hoffman wrote: I have a release candidate (RC 5) for 2.6.3 ready for CMake. Did my PATCH: Bundle Generator need not require CPACK_BUNDLE_STARTUP_COMMAND ever get applied for 2.6.3? -- Cheers, Mike Arthur http://mikearthur.co.uk/

Re: [CMake] cmake 2.6.3 RC 5

2008-12-03 Thread Bill Hoffman
Mike Arthur wrote: On Wednesday 03 December 2008 16:36:23 Bill Hoffman wrote: I have a release candidate (RC 5) for 2.6.3 ready for CMake. Did my PATCH: Bundle Generator need not require CPACK_BUNDLE_STARTUP_COMMAND ever get applied for 2.6.3? I don't think so... Is it in CVS CMake yet?

Re: [CMake] cmake 2.6.3 RC 5

2008-12-03 Thread Eric Noulard
2008/12/3 Bill Hoffman [EMAIL PROTECTED]: I have a release candidate (RC 5) for 2.6.3 ready for CMake. I think the following patch http://public.kitware.com/Bug/view.php?id=7904 deserve inclusion since it is fully backward compatible and adds a requested feature. -- Erk