Wireshark-commits: [Wireshark-commits] master-3.2 fa3982c: CMake: fix CMake 3.16 warning about CMP0

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Dec 2019 13:54:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fa3982c37b9293c9f5f1f26c05adb0041cfcb49c
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

fa3982c 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>
    (cherry picked from commit 5cfd8bca953e7cd87bd9253609c63f86e6c2009b)
    Reviewed-on: https://code.wireshark.org/review/35472
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  d27bc64   extcap: remove potential leak.
     add  fa3982c   CMake: fix CMake 3.16 warning about CMP0071


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