Wireshark-commits: [Wireshark-commits] master 1abbb50: cmake: fail if ENABLE_CHM_GUIDES but HTMLHel

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 9 Apr 2017 17:10:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1abbb503e4242f56921b7ee950f185711e9f85c0
Submitter: Graham Bloice (graham.bloice@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1abbb50 by Peter Wu (peter@xxxxxxxxxxxxx):

    cmake: fail if ENABLE_CHM_GUIDES but HTMLHelp is unavailable
    
    While "cmake -DENABLE_CHM_GUIDES=ON" succeeds on Linux, the actual build
    fails. Since the default for ENABLE_CHM_GUIDES is OFF, let's fail early
    when ENABLE_CHM_GUIDES is requested.
    
    When hcc.exe is found, do report the package as available.
    
    Change-Id: If6fc3eb18f1150c251e2886f1f16277669f8ec25
    Reviewed-on: https://code.wireshark.org/review/20811
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    

Actions performed:

    from  05c5013   [Automatic update for 2017-04-09]
    adds  1abbb50   cmake: fail if ENABLE_CHM_GUIDES but HTMLHelp is unavailable


Summary of changes:
 docbook/CMakeLists.txt |    8 ++++++++
 1 file changed, 8 insertions(+)