On Tuesday 14 August 2007 13:38, Alan W. Irwin wrote: ... > I find the most useful (only?) way to debug CMake scripts is to use > MESSAGE(...) to print out intermediate results such as
You can also use the --debug-trycompile command line option, which will print out a lot of information with cmake cvs (which helps with following where cmake goes, which doesn't help in this case). Bye Alex _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
