Wireshark-commits: [Wireshark-commits] master fb40fd3: Add a possible replacement for the cmd hack
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 9 Jan 2015 01:36:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fb40fd31c392be96f96a43123f66d64185797933
Submitter: J?rg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fb40fd3 by Joerg Mayer (jmayer@xxxxxxxxx):

    Add a possible replacement for the cmd hack to work around hhc.exe
    returning non-null on success.
    To be invoked via "cmake -P hhc.cmake <single-arg>".
    
    Change-Id: Ib2584379c512cbd7f437f36ef932b372fe02203a
    Reviewed-on: https://code.wireshark.org/review/6440
    Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    

Actions performed:

    from  4bc8d0f   CMake: Try to fix the xsltproc path.
    adds  fb40fd3   Add a possible replacement for the cmd hack to work around hhc.exe returning non-null on success. To be invoked via "cmake -P hhc.cmake <single-arg>".


Summary of changes:
 cmake/modules/hhc.cmake |    9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 cmake/modules/hhc.cmake