aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2014-08-07 22:55:21 +0200
committerJörg Mayer <jmayer@loplof.de>2014-08-07 20:56:36 +0000
commit1dc88edc2c3283620adc941a38d5c26cdc1e79c4 (patch)
treecb00a021b88197a16af4806211d7c170fb3e7921 /CMakeLists.txt
parente44e40721441ea355a8b7c7c4522bbd336483416 (diff)
Add back a comment lost in 8b2a8a9636d090
Change-Id: I7bdd4767bdffdc23b964898085a216f6ef7c8aff Reviewed-on: https://code.wireshark.org/review/3474 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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()