aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-05-31 18:35:28 -0400
committerFeng Xiao <xiaofeng@google.com>2016-05-31 18:35:28 -0400
commitcc30be105c23aeddedcc66926356a7fb629549ee (patch)
tree2e08abf0cec9f1eccf58c990078b35929d87521c /cmake
parentc4611939cdf4d651c486d7caa04e7acbbcc4ccee (diff)
parentc57c6eabf7d62d5923a1cdbd9f10c91e33c1d7c1 (diff)
downloadprotobuf-cc30be105c23aeddedcc66926356a7fb629549ee.tar.gz
protobuf-cc30be105c23aeddedcc66926356a7fb629549ee.tar.bz2
protobuf-cc30be105c23aeddedcc66926356a7fb629549ee.zip
Merge pull request #1613 from yeswalrus/cmake-min-version
Bump cmake minimum required version to 2.8.12
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index f32a0e4e..ac5fe956 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -1,5 +1,5 @@
# Minimum CMake required
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.12)
# Project
project(protobuf C CXX)