Re: [cmake-developers] RFC: Helper macros for writing Find modules

2015-03-20 Thread Brad King
On 03/18/2015 05:50 PM, Alex Merry wrote: I made some changes in a copy of this module for work that separated out the target creation, as well as adding debug/release support. I'll check about being allowed to release that work, but I doubt it'll be an issue. Great. Will you be able to

Re: [cmake-developers] RFC: Helper macros for writing Find modules

2015-03-18 Thread Alex Merry
On Tuesday 17 March 2015 15:41:17 Brad King wrote: On 03/13/2015 06:04 AM, Alex Merry wrote: For the extra-cmake-modules package, I wrote some macros to help with writing component-based Find modules, which are non-trivial to get right. The documentation for them can be found here:

[cmake-developers] RFC: Helper macros for writing Find modules

2015-03-13 Thread Alex Merry
For the extra-cmake-modules package, I wrote some macros to help with writing component-based Find modules, which are non-trivial to get right. The documentation for them can be found here: http://api.kde.org/ecm/module/ECMFindModuleHelpers.html I've found them incredibly useful in writing