From 1dc88edc2c3283620adc941a38d5c26cdc1e79c4 Mon Sep 17 00:00:00 2001 From: Joerg Mayer Date: Thu, 7 Aug 2014 22:55:21 +0200 Subject: [PATCH] Add back a comment lost in 8b2a8a9636d090 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7bdd4767bdffdc23b964898085a216f6ef7c8aff Reviewed-on: https://code.wireshark.org/review/3474 Reviewed-by: Jörg Mayer --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e21aaf6268..9b24c070b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1101,6 +1101,7 @@ if(BUILD_qtshark AND QT_FOUND) ) # qtshark and wireshark share wireshark_FILES + # Policy since 2.8.11 if (POLICY CMP0020) cmake_policy(SET CMP0020 OLD) endif()