Looks like $(MAKE) will do it, at least in testing so far - awesome!  Thanks David.<br><br>Cliff.<br><br><div class="gmail_quote">On Fri, Sep 9, 2011 at 11:15 AM, David Cole <span dir="ltr">&lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><br></div>
      if(&quot;${CMAKE_GENERATOR}&quot; MATCHES &quot;Make&quot; AND<br>
         (&quot;${cmake_generator}&quot; MATCHES &quot;Make&quot; OR NOT cmake_generator))<br>
        # The project uses the same Makefile generator.  Use recursive make.<br>
        set(cmd &quot;$(MAKE)&quot;)<br> 
 <br>
Would that be a sufficient solution, or do you really need to pass<br>
flags down for some of your custom targets based on some of the makes<br>
that you have to deal with....?<br>
<br>
Let us know.<br>
<br>
<br>
Thanks,<br>
<font color="#888888">David<br>
</font></blockquote></div><br>