Wireshark-commits: [Wireshark-commits] master 25a9570: extcap: set EXTCAP_DIR in the root cmake fil

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 24 May 2018 13:58:25 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=25a95709a1fe0151a9c1b600f5ea1866a953f211
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

25a9570 by Dario Lombardo (lomato@xxxxxxxxx):

    extcap: set EXTCAP_DIR in the root cmake file and propagate it.
    
    The EXTCAP_DIR must be known in the root file to be set in config.h
    and it's still needed in extcap/ to install the binaries, hence we
    need caching it as well.
    
    Bug: 14724
    
    Change-Id: I58bac7de7a00e06c23fe8c8f1a7e3d299de6a560
    Reviewed-on: https://code.wireshark.org/review/27776
    Reviewed-by: Mikael Kanstrup <mikael.kanstrup@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  63025ae   ws_pipe: don't check for negative number using DWORD.
    adds  25a9570   extcap: set EXTCAP_DIR in the root cmake file and propagate it.


Summary of changes:
 CMakeLists.txt        | 11 +++++++++++
 extcap/CMakeLists.txt | 11 -----------
 2 files changed, 11 insertions(+), 11 deletions(-)