Re: [cmake-developers] Android Support

2016-09-09 Thread Robert Dailey
Currently nightly builds are tagged 3.6.2. Are there no nightly builds for 3.7 or am I missing something? On Fri, Aug 12, 2016 at 10:26 AM, Robert Goulet wrote: > That's super awesome Brad! > > Looking forward to try this out! > > -Original Message- > From:

Re: [cmake-developers] [patch] BZip2 imported targets

2016-09-09 Thread Brad King
On 09/08/2016 05:03 PM, Roger Leigh wrote: > Adds BZip2::BZip2 imported target and documentation, along with unit > test which may be enabled with the CMake_TEST_FindBZip2 option. Derived > from the existing code in FindZLib. Looks good, thanks. I revised the topic with some minor tweaks.

Re: [cmake-developers] [patch] FreeBSD build fix

2016-09-09 Thread Brad King
On 09/08/2016 05:06 PM, Roger Leigh wrote: > With FreeBSD 11, I was getting a link failure due to missing kvm symbols > in Utilities/cmlibuv. > > The fix is a trivial addition. It's added unconditionally; I checked > for its presence in FreeBSD 11, 10 and 9. Branch: freebsd-kvm-link Thanks.

Re: [cmake-developers] [Patch 5/5] Improved WIX support

2016-09-09 Thread Nils Gladitz
On 09/09/2016 10:54 AM, Stuermer, Michael SP/HZA-ZSEP wrote: The details you miss if you are not using the features ... thanks for the hint, here is corrected patch. Michael Thanks. I merged to "next" with small changes. Nils -- Powered by www.kitware.com Please keep messages on-topic

Re: [cmake-developers] [Patch 5/5] Improved WIX support

2016-09-09 Thread Stuermer, Michael SP/HZA-ZSEP
> -Original Message- > From: Nils Gladitz [mailto:nilsglad...@gmail.com] > Sent: Friday, September 09, 2016 8:33 AM > To: Stuermer, Michael SP/HZA-ZSEP; CMake Developers > Subject: Re: [cmake-developers] [Patch 5/5] Improved WIX support > > On 09/06/2016 01:26 PM, Stuermer, Michael

Re: [cmake-developers] [Patch 5/5] Improved WIX support

2016-09-09 Thread Nils Gladitz
On 09/06/2016 01:26 PM, Stuermer, Michael SP/HZA-ZSEP wrote: Here it is. The patch only seems to allow patching Features generated for components but not Features generated for component groups. Is that intentional or an oversight? I think we should allow patching for both. Nils --