[CMake] How to get rid of AUTOMOC: Checking ... messages

Alexander Neundorf a.neundorf-work at gmx.net
Sat Aug 16 11:52:46 EDT 2014


On Thursday, July 24, 2014 08:38:08 Dominique Ledit wrote:
> Hi
> 
> I currently use 2.8.12.2 CMake version and Qt 4.7.3 and set in my top-level
> CMakeLists.txt the CMAKE_AUTOMOC to true Set (CMAKE_AUTOMOC on)
> As a result, in the build log there are a lot of messages like:
> 
> AUTOMOC: Checking <full_path_to_header_file>
> AUTOMOC: Checking <full_path_to_cxx_source_file>
> 
> Is there a way to get rid of them?

Do you have VERBOSE enabled ? It should only be visible in this case.

Alex



More information about the CMake mailing list