[CMake] CMAKE_MODULE_PATH Question

Robert Dailey rcdailey at gmail.com
Sat Apr 11 12:05:16 EDT 2009


The latter does not work for me. I don't know what to tell you.

On Sat, Apr 11, 2009 at 6:43 AM, Daniel Nelson <torham at connect2.com> wrote:

> On Thursday 09 April 2009 11:58:55 am Robert Dailey wrote:
> > Sorry, the missing $ was a typo. The problem was that I was doing:
> > include( foo.cmake )
> >
> > I should have been doing:
> >
> > include( foo )
> >
> > Sorry for the mixup :)
> >
> > Thanks for the help guys! This was a silly screwup on my part :P
> >
>
> Should actually work either way:
> include(foo)
> include(foo.cmake)
>
> So long as your script was named "foo.cmake" and not just "foo".
> --
> Daniel
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090411/5976846f/attachment.htm>


More information about the CMake mailing list