[CMake] CMAKE_MODULE_PATH on windows.

2008-05-05 Thread Phil Pellouchoud
I cannot get this to work. No matter how I set it, it never seems to be able to use it. PROJECT(x) SET(CMAKE_MODULE_PATH path) INCLUDE ( test.cmake ) Gives INCLUDE Could not find include file: test.cmake Even if I try to supply it on the command line: cmake

Re: [CMake] CMAKE_MODULE_PATH on windows.

2008-05-05 Thread Alan W. Irwin
On 2008-05-05 15:36-0700 Phil Pellouchoud wrote: I cannot get this to work. No matter how I set it, it never seems to be able to use it. PROJECT(x) SET(CMAKE_MODULE_PATH path) INCLUDE ( test.cmake ) ^ You are using the file signature for INCLUDE here which