From c57c6eabf7d62d5923a1cdbd9f10c91e33c1d7c1 Mon Sep 17 00:00:00 2001 From: Walter Gray Date: Thu, 26 May 2016 23:39:17 -0700 Subject: Bump to the *real* minimum required version. Setting CMP0022 breaks CMake versions < 2.8.12 --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/CMakeLists.txt') 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) -- cgit v1.2.3