[CMake] CMAKE_MODULE_PATH on windows.

Phil Pellouchoud Phil at slacker.com
Mon May 5 18:36:22 EDT 2008


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 -DCMAKE_MODULE_PATH=path ..

 

-- same thing.

 

Any ideas what I'm doing wrong?

 

-phil

 

p.s. It should would be nice to be able to "search" the archives....

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20080505/87d2bedd/attachment.htm>


More information about the CMake mailing list