Re: [CMake] Custom CMake module in project

2009-01-30 Thread Thomas Harning
On Jan 31, 2009, at 12:16 AM, Philip Lowman wrote: On Fri, Jan 30, 2009 at 11:56 PM, Thomas Harning wrote: I have a CMake module that is not in the module repository and cannot quite figure out the right way to include it in my project. I've put FindMHASH.cmake in the root path of the proj

Re: [CMake] Custom CMake module in project

2009-01-30 Thread Philip Lowman
On Fri, Jan 30, 2009 at 11:56 PM, Thomas Harning wrote: > I have a CMake module that is not in the module repository and cannot quite > figure out the right way to include it in my project. > > I've put FindMHASH.cmake in the root path of the project, as well as put it > under 'Modules' in there.

[CMake] Custom CMake module in project

2009-01-30 Thread Thomas Harning
I have a CMake module that is not in the module repository and cannot quite figure out the right way to include it in my project. I've put FindMHASH.cmake in the root path of the project, as well as put it under 'Modules' in there. I've performed: set(CMAKE_MODULES_PATH Modules) in the ro