[cmake-developers] User vs CMake include mismatch handling

Alexander Neundorf neundorf at kde.org
Mon Dec 20 15:59:21 EST 2010


On Thursday 16 December 2010, Alexander Neundorf wrote:
> On Wednesday 15 December 2010, Brad King wrote:
> > On 12/15/2010 05:31 PM, Brad King wrote:
> > > +          e << "CMake builtin module\n"
> > > +            << "  " << includer << "\n"
> > > +            << "is including a module from the CMAKE_MODULE_PATH\n"
> > > +            << "  " << moduleInCMakeModulePath << "\n"
> > > +            << "which shadows expected builtin module\n"
> > > +            << "  " << moduleInCMakeRoot << "\n"
> > > +            << "This may cause CMake or build errors later.\n"
> >
> > BTW, when I merge the branch to master for testing the FindPackageTest
> > does not actually do anything due to use of ${CMAKE_CURRENT_LIST_DIR}
> > in FindZLIB.
> >
> > -Brad
>
> Yes, the plan is to remove the uses of ${CMAKE_CURRENT_LIST_DIR} at this
> point again.

I committed this now and pushed it to the stage, but haven't merged it yet to 
next.
Should I or do you want to have a look at it first ?

Alex



More information about the cmake-developers mailing list