Wireshark-commits: [Wireshark-commits] master-3.0 60e23df: Do FIND_PACKAGE_HANDLE_STANDARD_ARGS() b
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Apr 2019 04:29:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=60e23df00e4a143d0999f9f2c846384f0a496745
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

60e23df by Guy Harris (guy@xxxxxxxxxxxx):

    Do FIND_PACKAGE_HANDLE_STANDARD_ARGS() before checking ZLIB_FOUND.
    
    It's what sets {package}_FOUND.
    
    Combine two "do this if zlib was found" blocks.
    
    Change-Id: I55062a11c7ae7e6f32886615a0201df55f700d1e
    Reviewed-on: https://code.wireshark.org/review/32974
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 5ae6a9bea6ba943e6c674799a7b906b3dffed157)
    Reviewed-on: https://code.wireshark.org/review/32980
    

Actions performed:

    from  ea203d8   Fix mis-indentation from previous commit.
     add  60e23df   Do FIND_PACKAGE_HANDLE_STANDARD_ARGS() before checking ZLIB_FOUND.


Summary of changes:
 cmake/modules/FindZLIB.cmake | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)