Wireshark-commits: [Wireshark-commits] master bfedd74: CMake: Try to avoid Strawberry	Perl's xsltpr
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bfedd74e99a04fb4ef802fb8a663e3bf76721992
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bfedd74 by Gerald Combs (gerald@xxxxxxxxxxxxx):
    CMake: Try to avoid Strawberry Perl's xsltproc.
    
    Search for Chocolatey's and Cygwin's respective xsltprocs before searching
    %PATH%. Strawberry Perl doesn't include DocBook, which makes it useless
    as far as we're concerned.
    
    Another approach would be to look in various locations for an XML catalog
    files and set %XML_CATALOG_FILES%. However, Cygwin's /etc/xml/catalog
    contains Cygwin-specific URLs, e.g. file:///etc/xml/docbook and can't
    be used with a non-Cygwin xsltproc.
    
    Change-Id: Iaebfdff922a6574581b9bd207625f03598c166e0
    Reviewed-on: https://code.wireshark.org/review/25794
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    
Actions performed:
    from  7da66f8   SIGCOMP: check operand offset when accessing UDVM memory
    adds  bfedd74   CMake: Try to avoid Strawberry Perl's xsltproc.
Summary of changes:
 cmake/modules/FindXSLTPROC.cmake | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)