Wireshark-commits: [Wireshark-commits] master e280df6: Fix CMake warnings
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Apr 2015 16:09:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e280df605f10a548e8f19e290c33dc4080b715c0
Submitter: Graham Bloice (graham.bloice@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e280df6 by Graham Bloice (graham.bloice@xxxxxxxxxxxxx):

    Fix CMake warnings
    
    Newer versions of CMake generate warnings about the use of
    @variable@ references, replace @CPACK_PACKAGE_NAME@ with
    ${CPACK_PACKAGE_NAME}
    
    Set the policy for CMP0026 to be old to squelch warnings about the
    use of target LOCATION
    
    Change-Id: I424083260c51875dde80f98a23d6528c31ff0aec
    Reviewed-on: https://code.wireshark.org/review/7977
    Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    

Actions performed:

    from  1948d02   androiddump: Fix build on onther than Win platforms
    adds  e280df6   Fix CMake warnings


Summary of changes:
 CMakeLists.txt                     |    9 +++++++--
 plugins/docsis/CMakeLists.txt      |    6 +++---
 plugins/ethercat/CMakeLists.txt    |    6 +++---
 plugins/gryphon/CMakeLists.txt     |    6 +++---
 plugins/irda/CMakeLists.txt        |    6 +++---
 plugins/m2m/CMakeLists.txt         |    6 +++---
 plugins/mate/CMakeLists.txt        |    6 +++---
 plugins/opcua/CMakeLists.txt       |    6 +++---
 plugins/profinet/CMakeLists.txt    |    6 +++---
 plugins/stats_tree/CMakeLists.txt  |    6 +++---
 plugins/tpg/CMakeLists.txt         |    6 +++---
 plugins/unistim/CMakeLists.txt     |    6 +++---
 plugins/wimax/CMakeLists.txt       |    6 +++---
 plugins/wimaxasncp/CMakeLists.txt  |    6 +++---
 plugins/wimaxmacphy/CMakeLists.txt |    6 +++---
 15 files changed, 49 insertions(+), 44 deletions(-)