On 07/10/2015 03:18 PM, Michael Enßlin wrote: > The patch adds a global property, "TARGET_MESSAGES", which behaves > analogous to "RULE_MESSAGES" in that it can be explicitly set to OFF to > suppress some build output.
Thanks! I've applied it with minor tweaks: Makefile: Optionally disable target completion messages in build output http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1d398478 I also added test cases: Tests: Add test for TARGET_MESSAGES global property http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f0cad193 -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
