Choosing whether a dependency is optional or required.

2011-01-29 Thread Raphael Kubo da Costa
Hey there, I've recently committed a patch to Kopete's Yahoo! protocol that makes libjasper required when the protocol is built. As I can see, the other Kopete protocols usually check for their dependencies in the top-level CMakeLists.txt with macro_optional_find_package(Foo)

Re: Choosing whether a dependency is optional or required.

2011-01-29 Thread Andreas Pakulat
On 29.01.11 11:32:01, Raphael Kubo da Costa wrote: I've recently committed a patch to Kopete's Yahoo! protocol that makes libjasper required when the protocol is built. As I can see, the other Kopete protocols usually check for their dependencies in the top-level CMakeLists.txt with

Re: Please test: [CMake] CMake 2.8.4-rc1 ready for testing!

2011-01-29 Thread Christophe Giboudeaux
Hi, On Tuesday 18 January 2011 21:58:24 Alexander Neundorf wrote: So please, give this release candidate a good try, and let me know if something fails. Quick feedback. Thanks for finally turning off the verbose makefile when using the codeblock generator. I didn't notice any regression