Wireshark-commits: [Wireshark-commits] master 25e1e2c: CMake: Don't bundle our libraries at compile

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Dec 2018 20:34:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=25e1e2c8489e46e539e51c780e3d58e0f1df8104
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

25e1e2c by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Don't bundle our libraries at compile time.
    
    Setting LIBRARY_OUTPUT_DIRECTORY to Wireshark.app/Contents/Frameworks
    for each of our libraries ends up installing a fully versioned .dylib
    along with soversion and unversioned symlinks, which is more than we
    want and which wastes disk space when osx-app.sh dsymifies our
    libraries.
    
    Leave LIBRARY_OUTPUT_DIRECTORY unset and depend on osx-app.sh to copy
    our libraries into place.
    
    Bug: 15361
    Change-Id: If0fbaa796b4be806e2aa13887e511a330fe55df5
    Reviewed-on: https://code.wireshark.org/review/31139
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  9d552b8   pfpc: update Failed Rule ID IE with clearer append text
     add  25e1e2c   CMake: Don't bundle our libraries at compile time.


Summary of changes:
 CMakeLists.txt         |  3 +++
 codecs/CMakeLists.txt  | 16 ----------------
 epan/CMakeLists.txt    | 13 -------------
 wiretap/CMakeLists.txt | 13 -------------
 wsutil/CMakeLists.txt  | 14 --------------
 5 files changed, 3 insertions(+), 56 deletions(-)