[cmake-developers] Refactoring search path construction
Brad King
brad.king at kitware.com
Thu Oct 16 11:19:36 EDT 2014
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 headers may not be preprocessed
consistently across translation units, which causes trouble on
some platforms (LFS support on AIX for example).
After that please merge to 'next' for testing when ready.
Thanks,
-Brad
More information about the cmake-developers
mailing list