On 07/12/2016 06:58 AM, Kevin Funk wrote:
>> How can this be improved?
>> * remove the messages (no output == all good)
>> * add an option to silence them
>> * add an option to show them and hide them per default
>> * ...
> 
> While it probably still makes sense to have it for Unix Makefiles; can we 
> just 
> disable this particular output in case Ninja files are used?
> 
> After all it's just a call to `cmake -E cmake_autogen`, right? Can we 
> parameterize this call?

The message could be moved in to the comment field of the custom command
generated for this.  That should cause the Makefile generators to add
an echo for it and the Ninja generator to not show it.

-Brad

-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to