Wireshark-commits: [Wireshark-commits] master a73b89b: Use LocatePythonModule to locate asn2wrs.py

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 18 Dec 2014 07:43:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a73b89bec1f5a33e45b2a47c66f3200059d56db8
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a73b89b by Maarten Bezemer (maarten.bezemer@xxxxxxxxx):

    Use LocatePythonModule to locate asn2wrs.py
    
    This reuses existing functionality and thereby making FindAsn2Wrs.cmake obsolete, resulting in a reduction of the cmake module maintaince load
    
    Change-Id: Ic6ae53e65236246c0cbe86f8c2f066a2d034e0b9
    Reviewed-on: https://code.wireshark.org/review/5805
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  cb345eb   Use LocatePythonModule to find make-dissector-reg.py in order to make UseMakeDissectorReg.cmake more generally (out-of-source) usable. Add make-dissector-reg.py to the Debian packages.
    adds  a73b89b   Use LocatePythonModule to locate asn2wrs.py


Summary of changes:
 CMakeLists.txt                  |    1 -
 cmake/modules/FindAsn2Wrs.cmake |   16 ----------------
 cmake/modules/UseAsn2Wrs.cmake  |   11 ++++++-----
 3 files changed, 6 insertions(+), 22 deletions(-)
 delete mode 100644 cmake/modules/FindAsn2Wrs.cmake