Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

CMake developper warning #173

Closed
ColinDuquesnoy opened this issue Dec 22, 2017 · 0 comments
Closed

CMake developper warning #173

ColinDuquesnoy opened this issue Dec 22, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@ColinDuquesnoy
Copy link
Owner

CMake Warning (dev) in src/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.

  For compatibility, CMake is excluding the GENERATED source file(s):

    "/home/colin/Workspace/MellowPlayer/build/src/qrc_languages.cpp"

  from processing by AUTOMOC.  If any of the files should be processed, set
  CMP0071 to NEW.  If any of the files should not be processed, explicitly
  exclude them by setting the source file property SKIP_AUTOMOC:

    set_property(SOURCE file.h PROPERTY SKIP_AUTOMOC ON)

This warning is for project developers.  Use -Wno-dev to suppress it.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant