Wireshark-commits: [Wireshark-commits] master ccf37e3: CMake: fix failure to locate zlib (and possi
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 23 Jan 2019 15:43:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ccf37e39054a9fc22f4afb6ef5e3841a5a67c227
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

ccf37e3 by Peter Wu (peter@xxxxxxxxxxxxx):

    CMake: fix failure to locate zlib (and possibly libssh)
    
    Include directories are no longer globally included, be explicit with
    the required include directories or else function checks will fail.
    
    Change-Id: I72d88f94854fcfe6529554f84e49d1dba696e9df
    Fixes: v2.9.1rc0-436-ga3991874eb ("CMake: Replace PACKAGELIST magic")
    Reviewed-on: https://code.wireshark.org/review/31693
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  9681df7   mpls: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
     add  ccf37e3   CMake: fix failure to locate zlib (and possibly libssh)


Summary of changes:
 cmake/modules/FindZLIB.cmake | 3 ++-
 extcap/CMakeLists.txt        | 8 ++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)