[cmake-developers] [CMake 0013043]: IDL files do not supported if used NMake Makefiles generator

2012-03-15 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13043 == Reported By:Vadim Sushchenko Assigned To:

Re: [cmake-developers] Package Config files with COMPONENTS

2012-03-15 Thread Michael Hertling
On 03/13/2012 09:55 PM, Brad King wrote: On Tue, Mar 13, 2012 at 4:43 PM, Alexander Neundorf neund...@kde.org wrote: We could also not set pkg_FIND_REQUIRED_component, or set it to 0 (which would mean it is not required). Even better. One can loop over the_FIND_COMPONENTS list and then

Re: [cmake-developers] Package Config files with COMPONENTS

2012-03-15 Thread Brad King
On Thu, Mar 15, 2012 at 11:41 AM, Michael Hertling mhertl...@online.de wrote: IMO, using solely pkg_FIND_REQUIRED_component to indicate if a requested component is mandatory or optional is not sufficient. Consider the following use case: FIND_PACKAGE(Foo COMPONENTS X OPTIONAL_COMPONENTS Y)