Wireshark-commits: [Wireshark-commits] master 1e41221: CMake: Find asn2wrs.py once.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 24 Mar 2016 18:41:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1e41221f3128d548cdd158a884b262222689037c
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1e41221 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Find asn2wrs.py once.
    
    Load LocatePythonModule and use it to find asn2wrs once instead of every
    time we cal the ASN2WRS function. This reduces the cmake run time by
    about 3 to 4 seconds here.
    
    Change-Id: I85f7dcca0b5891c9b4b23a76d017f8e504d6af60
    Reviewed-on: https://code.wireshark.org/review/14614
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  3992f5a   GTPv2: Fix length of Presence Reporting Area Identifier field
    adds  1e41221   CMake: Find asn2wrs.py once.


Summary of changes:
 cmake/modules/UseAsn2Wrs.cmake |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)