Wireshark-commits: [Wireshark-commits] master a1d4c0a: Do not force the output directory

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 17 Dec 2014 09:05:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a1d4c0a792e07af4422dfe8446e0ac63cb1131d0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Do not force the output directory
    
    For out of source builds, the output directory should not point to wireshark source locations.
    By default it does point to the wireshark source directory (to stay compatible with the build in dissectors).
    When the A2W_OUTPUT_DIR variable is set to "_EMPTY_" the output lcoation argument (-O) is not invoked.
    Use A2W_FLAGS to set an output location for out of source builds (or use A2W_OUTPUT_DIR, which has the same result)
    
    Change-Id: I48b7486fcda982f0dce57cde3beacb99f946abd9
    Reviewed-on: https://code.wireshark.org/review/5254
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fb01f59   Use FindAsn2Wrs to find asn2wrs.py
    adds  a1d4c0a   Do not force the output directory


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