Wireshark-commits: [Wireshark-commits] master f48a62f: CMake: fix some warnings reported by CMake 3

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 05 Apr 2020 07:57:05 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f48a62f4ef94d1c908b0880d021566eec7f35190
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f48a62f by Pascal Quantin (pascal@xxxxxxxxxxxxx):

    CMake: fix some warnings reported by CMake 3.17
    
    Newer version of CMake complains with warnings like the one below:
    
    The package name passed to `find_package_handle_standard_args` (MINIZIP)
    does not match the name of the calling package (Minizip).  This can lead to
    problems in calling code that expects `find_package` result variables
    (e.g., `_FOUND`) to follow a certain pattern.
    
    Change the capitalization of the variables to match the filename.
    
    Change-Id: Ic3c88f33f5a2bfeba3fa3479df60210e67d25ff0
    Reviewed-on: https://code.wireshark.org/review/36695
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8bf6c7b   WSDG: Migrate the asn2wrs content from the wiki.
     add  f48a62f   CMake: fix some warnings reported by CMake 3.17


Summary of changes:
 cmake/modules/FindAsciidoctor.cmake | 2 +-
 cmake/modules/FindBCG729.cmake      | 2 +-
 cmake/modules/FindILBC.cmake        | 2 +-
 cmake/modules/FindMinizip.cmake     | 2 +-
 cmake/modules/FindNGHTTP2.cmake     | 2 +-
 cmake/modules/FindSPANDSP.cmake     | 2 +-
 cmake/modules/FindSystemd.cmake     | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)