ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master b55c20a: CMake: fix dmg_package target since CMake 3.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 29 Aug 2018 23:51:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b55c20a1b1b798fdfbc48cb622ae9ca772ecb4f1
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b55c20a by Peter Wu (peter@xxxxxxxxxxxxx):

    CMake: fix dmg_package target since CMake 3.12
    
    The Resources directory was removed a while back. Since CMake 3.12, the
    copy_directory command will fail when the source directory is missing.
    Reported by anta_tw in the #wireshark IRC channel at Freenode.
    
    Change-Id: I4de087dd2833e79a806c8a0c9a28024848e1e03f
    Fixes: v2.1.0rc0-2347-g4aa049019a ("OS X: Remove GTK+ packaging.")
    Reviewed-on: https://code.wireshark.org/review/29304
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  267d0a3   IPv6: Fix indentation
     add  b55c20a   CMake: fix dmg_package target since CMake 3.12


Summary of changes:
 CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)