aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2017-10-17 01:40:14 +0100
committerAnders Broman <a.broman58@gmail.com>2017-10-17 03:56:21 +0000
commitf19a2c0b8c000d5d7ea6fd9d48cbad606f8fdfb6 (patch)
tree7b2255b207e3bc2da7f0b5c69c5350196128c8d1
parenta3ba3ba94337007a458e2d4c40f3a36ad4b0e9c1 (diff)
CMake: increase minimum required version to 2.8.11
Due to the use of target_include_directories (when sshdump or ciscodump are enabled), the minimum required version is 2.8.11. The supported OS versions do not change, but Debian Wheezy users must enable backports. Change-Id: I883c81e5e81425ca1869f442686faf1e66a638f3 Reviewed-on: https://code.wireshark.org/review/23955 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c1ba80e9cc..03ee1caab7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,7 +50,7 @@ if(WIN32)
# Needed for GREATER_EQUAL operator
cmake_minimum_required(VERSION 3.7)
else()
- cmake_minimum_required(VERSION 2.8.8)
+ cmake_minimum_required(VERSION 2.8.11)
endif()
#Where to find local cmake scripts