I am wondering if we want to call the Ninja generator something like:

Ninja Makefiles... It is not totally accurate, but it avoids code like this:


IF(CMAKE_GENERATOR MATCHES "Makefiles" OR CMAKE_GENERATOR MATCHES "Ninja")

Also, it is more likely to work with existing cmake build files. I had to do the same thing with jom. Although with jom, it pretty much is a makefile.


Thoughts?

-Bill
--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to