On Wednesday 18 July 2007 10:18, Camek, Alexander wrote:
...
> Is it possible that cmake is ignoring modules and their settings which are
> not in the normal module tree of cmake? Because i have done a
> SET(CMAKE_MODULE_PATH ToMyModules).

It should work, but there might be some places where CMAKE_ROOT is hardcoded, 
there CMAKE_MODULE_PATH doesn't help.
Add some MESSAGE(STATUS "this is file ....") debug messages to the files which 
should be loaded so you see what's going on.

Alex
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to