Wireshark-commits: [Wireshark-commits] master 5cfd8bc: CMake: fix CMake 3.16 warning about CMP0071

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Dec 2019 00:10:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5cfd8bca953e7cd87bd9253609c63f86e6c2009b
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5cfd8bc by Peter Wu (peter@xxxxxxxxxxxxx):

    CMake: fix CMake 3.16 warning about CMP0071
    
    Prevent a file from being processed by moc/uic as it is not needed. This
    addresses a new CMake warning "Policy CMP0071 is not set: Let AUTOMOC
    and AUTOUIC process GENERATED files."
    
    Change-Id: I8ed458099cdf29472dad29168786cf16b95595fa
    Reviewed-on: https://code.wireshark.org/review/35468
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  dd90a8f   TPNCP: Update tpncp.dat
     add  5cfd8bc   CMake: fix CMake 3.16 warning about CMP0071


Summary of changes:
 ui/qt/CMakeLists.txt | 6 ++++++
 1 file changed, 6 insertions(+)