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....

 

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to