<div class="gmail_quote">On Thu, Sep 8, 2011 at 2:54 PM, Peter Collingbourne <span dir="ltr">&lt;<a href="mailto:peter@pcc.me.uk">peter@pcc.me.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Anyone who is interested in trying the Ninja generator with<br>
their own projects is welcome to clone my repository at:<br>
<br>
<a href="https://github.com/pcc/CMake/tree/ninja-generator" target="_blank">https://github.com/pcc/CMake/tree/ninja-generator</a><br>
<br>
and to report any issues encountered.  Note that the generator is<br>
currently only known to work on Linux.  To select the Ninja generator<br>
you can pass the option &quot;-G Ninja&quot; on the cmake command line.<br></blockquote></div><br>Gave it a whirl with BRL-CAD.  You caught me out fair and square on one unspecified dependency that no other build system has caught, which is kinda cool.<br>
<br>It seems to mostly build, but it&#39;s not recognizing that it&#39;s done (if I re-run ninja, it redoes most of the build).  This could be something I&#39;m not doing right or expected ninja behavior at this stage, but I thought I&#39;d mention it.<br>
<br>It looks like various custom commands aren&#39;t running (some tcl related stuff, docbook documentation generation) - are custom commands currently supported?<br><br>For the core program building though, looks like it succeeded quite handily - very nice!  Unfortunately, my time delta calculation was one of the targets not built (or at least I don&#39;t see its output) so I&#39;m not sure what the time difference is yet ;-).<br>
<br>Cheers, and nice work!<br><br>CY<br>