Re: [cmake-developers] Refactoring search path construction

2014-10-16 Thread Brad King
On 10/09/2014 02:45 PM, Chuck Atkins wrote: > I've just pushed a branch to the stage for review: > refactor-search-path-construction Thanks. In cmSearchPath.cxx, please include cmSearchPath.h first. In cmSearchPath.h, please include cmStandardIncludes.h first. Otherwise some standard library head

Re: [cmake-developers] Refactoring search path construction

2014-10-09 Thread Chuck Atkins
Just to clarify, this does *NOT* change the search order. - Chuck On Thu, Oct 9, 2014 at 2:45 PM, Chuck Atkins wrote: > I've just pushed a branch to the stage for review: > refactor-search-path-construction , not merged to next due to the current > release hold. > > Just a head's up, it's rathe

[cmake-developers] Refactoring search path construction

2014-10-09 Thread Chuck Atkins
I've just pushed a branch to the stage for review: refactor-search-path-construction , not merged to next due to the current release hold. Just a head's up, it's rather invasive. It's a re-factoring of how search paths get constructed for find* commands. Up until now, search paths have been incr