<div class="gmail_quote">On Fri, Feb 18, 2011 at 20:42, Troy Straszheim <span dir="ltr"><<a href="mailto:straszheim@willowgarage.com">straszheim@willowgarage.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I'm actually *generating* CMakeLists.txt files with python</blockquote></div><br><div>I do this too, partly to work around the language and partly because we have a configuration system that we want cmake builds to be consistent with (it handles batch environments better and can build many optional dependencies). So I'm only using CMake to write project files or pretty makefiles. This has been a more pleasant experience than writing Find*.cmake modules.</div>