[cmake-developers] Proposed Feature: automatic search prefixes for find modules

2017-05-03 Thread Chuck Atkins
Brad and I discussed this a few years ago but nothing really came of it. Working through several find modules today, I saw many common patterns for this and realized it should be pretty easy to implement, so here it is: Allow the variables ENV{PackageName_ROOT} and PackageName_ROOT to be used as

Re: [cmake-developers] Implicit library trouble with mixed languages

2017-05-03 Thread Brad King
On 05/02/2017 05:47 PM, Christian Pfeiffer wrote: > Before filtering, gcc's output gives me the libgcc and libgcc_s twice. I think we already de-duplicate the results after extraction. > However, I was mainly asking because the general matching logic there > can break down in other ways, too.