[cmake-developers] CMP0071

Brad King brad.king at kitware.com
Tue Sep 26 11:04:30 EDT 2017


On 09/26/2017 09:32 AM, clinton at elemtech.com wrote:
> CMake Warning (dev) in claro/navigation5/CMakeLists.txt:
>   Policy CMP0071 is not set: Let AUTOMOC and AUTOUIC process GENERATED files.
>   Run "cmake --help-policy CMP0071" for policy details.  Use the cmake_policy
>   command to set the policy and suppress this warning.
> 
>   AUTOMOC: Ignoring GENERATED header file(s):
> 
>     "/path/to/ui_SomeFile.h"
>     "/path/to/qrc_AnotherFile.cpp"
> 
> Those ui_* and qrc_* files do not require processing by moc.
> In this case, I was using qt5_wrap_ui() and qt5_add_resources().
> 
> Is there a way to not print out that policy warning

Clinton, you can set the SKIP_AUTOGEN source file property on them:

  https://cmake.org/cmake/help/v3.9/prop_sf/SKIP_AUTOGEN.html

Sebastian, please revise the policy warning to mention the
alternatives.

Thanks,
-Brad


More information about the cmake-developers mailing list