Automatic recording of required packages...

2010-10-31 Thread Alexander Neundorf
Hi, the upcoming 2.8.3 release of cmake (_please_ test the rc4) will have an improved logging for find_package() calls. Together with the enhanced FeatureSummary.cmake module of cmake 2.8.3 it can produce a text file which contains which packages where found and which were not found for each

Re: Automatic recording of required packages...

2010-10-31 Thread Raphael Kubo da Costa
On Sunday 31 October 2010 10:40:39 Alexander Neundorf wrote: I think I'd like to propose that macro_log_feature() ignores the REQUIRED keyword (we can't simply remove it due to compatibility reasons) and that we use REQUIRED in the find_package() calls instead. Pros: - correct listing of

Re: Automatic recording of required packages...

2010-10-31 Thread Alexander Neundorf
On Sunday 31 October 2010, you wrote: On Sunday 31 October 2010 10:40:39 Alexander Neundorf wrote: I think I'd like to propose that macro_log_feature() ignores the REQUIRED keyword (we can't simply remove it due to compatibility reasons) and that we use REQUIRED in the find_package() calls

Re: Automatic recording of required packages...

2010-10-31 Thread Raphael Kubo da Costa
On Sunday 31 October 2010 13:34:41 Alexander Neundorf wrote: On Sunday 31 October 2010, you wrote: On Sunday 31 October 2010 10:40:39 Alexander Neundorf wrote: I think I'd like to propose that macro_log_feature() ignores the REQUIRED keyword (we can't simply remove it due to compatibility

Re: Automatic recording of required packages...

2010-10-31 Thread Allen Winter
On Sunday 31 October 2010 8:40:39 am Alexander Neundorf wrote: Hi, the upcoming 2.8.3 release of cmake (_please_ test the rc4) will have an improved logging for find_package() calls. Together with the enhanced FeatureSummary.cmake module of cmake 2.8.3 it can produce a text file which

Re: Automatic recording of required packages...

2010-10-31 Thread Alexander Neundorf
On Sunday 31 October 2010, Allen Winter wrote: On Sunday 31 October 2010 8:40:39 am Alexander Neundorf wrote: Hi, the upcoming 2.8.3 release of cmake (_please_ test the rc4) will have an improved logging for find_package() calls. Together with the enhanced FeatureSummary.cmake module of