Looks like $(MAKE) will do it, at least in testing so far - awesome!  Thanks
David.

Cliff.

On Fri, Sep 9, 2011 at 11:15 AM, David Cole <david.c...@kitware.com> wrote:

>
>      if("${CMAKE_GENERATOR}" MATCHES "Make" AND
>         ("${cmake_generator}" MATCHES "Make" OR NOT cmake_generator))
>        # The project uses the same Makefile generator.  Use recursive make.
>        set(cmd "$(MAKE)")
>
> Would that be a sufficient solution, or do you really need to pass
> flags down for some of your custom targets based on some of the makes
> that you have to deal with....?
>
> Let us know.
>
>
> Thanks,
> David
>
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to