Wireshark-commits: [Wireshark-commits] master a1532e7: cmake: check minimum zstd library version.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 27 Aug 2019 15:50:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a1532e7b16abf9912fae50a1ac50bcc8a53149aa
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a1532e7 by Dario Lombardo (lomato@xxxxxxxxx):

    cmake: check minimum zstd library version.
    
    The APIs used in the kafka dissector have been introduced in version
    1.0.0, then we need at least that version to work.
    
    Change-Id: I80ded2362d4f324ec26392bd7a9781ea6d9ba630
    Reviewed-on: https://code.wireshark.org/review/34382
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b3f67fa   kafka: remove unused hf/ei entries.
     add  a1532e7   cmake: check minimum zstd library version.


Summary of changes:
 CMakeLists.txt               |  2 +-
 cmake/modules/FindZSTD.cmake | 15 ++++++++++++++-
 2 files changed, 15 insertions(+), 2 deletions(-)