Wireshark-commits: [Wireshark-commits] master 1952d95: CMake: Add conditional builds.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 21 Sep 2014 14:46:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1952d95407c241f881e2c93ca775fd118b17ee81
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1952d95 by Gerald Combs (gerald@xxxxxxxx):

    CMake: Add conditional builds.
    
    In my version of XCode ranlib complains bitterly and returns an error if
    a module has no symbols. Make the AirPcap, RTP player, and remote
    capture code conditional. We could also try passing
    "-no_warning_for_no_symbols" to ranlib but we probably shouldn't try to
    comple the code in the first place.
    
    Change-Id: Ide4f3d649eac354d54f0dde27dbc8e9cb270c65f
    Reviewed-on: https://code.wireshark.org/review/4220
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  5e231d1   Fix wslua_filehandler_open() to work as wiretap open routines should.
    adds  1952d95   CMake: Add conditional builds.


Summary of changes:
 ui/gtk/CMakeLists.txt |   20 ++++++++++++++++----
 ui/qt/CMakeLists.txt  |   30 ++++++++++++++++++++++++------
 2 files changed, 40 insertions(+), 10 deletions(-)