summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2015-04-14 22:05:50 +0200
committerRoger Meier <roger@apache.org>2015-04-14 22:05:50 +0200
commit8f27189dfd2812a9aa5bd57ce7155fbc295440ad (patch)
tree9ca104ed1b512c341816463ba63743ec05545748 /CMakeLists.txt
parentafc3777f9b0904120369e67585e60e703f20ced8 (diff)
downloadthrift-8f27189dfd2812a9aa5bd57ce7155fbc295440ad.tar.gz
THRIFT-3090 cmake build is broken (set CMake version to 2.8.12)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f20d06990..2800167eb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@
#
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.12)
project(thrift)