URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=17cdfe9d775f9ff927a78d5509011984a0acf017
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
17cdfe9 by Peter Wu (peter@xxxxxxxxxxxxx):
    CMake: silence CMP0083 warning from future CMake 3.14
    
    The current development version of CMake started emitting warnings due
    to the use of CMAKE_POSITION_INDEPENDENT_CODE without setting CMP0083.
    
    Change-Id: Id6747c00fea7a1d28e5ba900ba4578fe89f40f83
    Reviewed-on: https://code.wireshark.org/review/31579
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    
Actions performed:
    from  cbe7f26   DTLS: add DSB support, use the key log file from the TLS dissector
     add  17cdfe9   CMake: silence CMP0083 warning from future CMake 3.14
Summary of changes:
 CMakeLists.txt | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)