Fix another CMake CMP0071 warning
ClosedPublic

Authored by kfunk on Dec 14 2017, 8:50 AM.

Details

Summary
CMake Warning (dev) in data/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/kfunk/devel/src/kf5/syntax-highlighting/build/data/qrc_syntax-data.cpp"

Diff Detail

Repository
R216 Syntax Highlighting
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kfunk created this revision.Dec 14 2017, 8:50 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptDec 14 2017, 8:50 AM
Restricted Application added a subscriber: Frameworks. · View Herald Transcript
kfunk requested review of this revision.Dec 14 2017, 8:50 AM
dfaure accepted this revision.Dec 14 2017, 9:38 AM
This revision is now accepted and ready to land.Dec 14 2017, 9:38 AM
This revision was automatically updated to reflect the committed changes.