Wireshark-commits: [Wireshark-commits] master 9a19d6d: CMake: Look for FOP and HHC only when needed

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 14 Jan 2015 23:27:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9a19d6de54ffaf1a7aa22b5b619c4e4609ccf391
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9a19d6d by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Look for FOP and HHC only when needed.
    
    FOP is only required for generating PDF output and HHC is only needed
    for CHM output. Don't look for them unconditionally.
    
    Change-Id: I7bec7d061c9e9e8b99431cab873e8c719469552c
    Reviewed-on: https://code.wireshark.org/review/6539
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  242f711   CMake: Update windeployqt discovery.
    adds  9a19d6d   CMake: Look for FOP and HHC only when needed.


Summary of changes:
 cmake/modules/FindXSLTPROC.cmake |   54 +++++++++++++++++++++-----------------
 docbook/CMakeLists.txt           |    5 ++--
 2 files changed, 33 insertions(+), 26 deletions(-)