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

Reply via email to