The latter does not work for me. I don't know what to tell you.<br><br><div class="gmail_quote">On Sat, Apr 11, 2009 at 6:43 AM, Daniel Nelson <span dir="ltr"><<a href="mailto:torham@connect2.com">torham@connect2.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Thursday 09 April 2009 11:58:55 am Robert Dailey wrote:<br>
> Sorry, the missing $ was a typo. The problem was that I was doing:<br>
> include( foo.cmake )<br>
><br>
> I should have been doing:<br>
><br>
> include( foo )<br>
><br>
> Sorry for the mixup :)<br>
><br>
> Thanks for the help guys! This was a silly screwup on my part :P<br>
><br>
<br>
</div>Should actually work either way:<br>
include(foo)<br>
include(foo.cmake)<br>
<br>
So long as your script was named "foo.cmake" and not just "foo".<br>
--<br>
<font color="#888888">Daniel<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br>