Wireshark-commits: [Wireshark-commits] master cfda02a: CMake: fix build when some tools are not bui

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 23 Jul 2018 17:56:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cfda02a9b5f4b8be3b9e50353f38572f9d55826c
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cfda02a by Peter Wu (peter@xxxxxxxxxxxxx):

    CMake: fix build when some tools are not built
    
    oss-fuzz disables all targets except for fuzzshark, be sure to check for
    tool availability or the cmake step will fail.
    
    Change-Id: Ia873fdc1b548033ac61622f61299b5af7dfb41d9
    Link: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9533
    Fixes: v2.9.0rc0-1251-gffbd3151b5 ("CMake: Fixup our tools help dependencies.")
    Reviewed-on: https://code.wireshark.org/review/28832
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  0890837   SCTPGraphDialog: Clear internal vectors
    adds  cfda02a   CMake: fix build when some tools are not built


Summary of changes:
 docbook/CMakeLists.txt | 45 +++++++++++++++++++++++++++------------------
 1 file changed, 27 insertions(+), 18 deletions(-)