[CMake] ADA language

Alexander Neundorf a.neundorf-work at gmx.net
Wed Jul 18 10:43:12 EDT 2007


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


More information about the CMake mailing list