[CMake] Building Texinfo with CMake

2010-10-06 Thread Jashank Jeremy
Hi, I have a Texinfo file in my project, and I'd like to tie it in with my CMake build. How do I do so? Jashank -- Jashank Jeremy PGP: 0x25A5C309 pgpYqQIZel2gu.pgp Description: PGP signature ___ Powered by www.kitware.com Visit other Kitware

[CMake] Setting CMAKE_MODULE_PATH in CMakeLists.txt

2010-08-06 Thread Jashank Jeremy
ODULE_PATH}") to my CMakeLists.txt; this, however, doesn't work. I don't especially want developers to have to move the file to a directory on their CMAKE_MODULE_PATH, nor do I want to have to get them to set an environment variable every time they want to build. Is there a way around