From 958597f620e0baad7d5bea2fd188c992023d9727 Mon Sep 17 00:00:00 2001 From: Thomas Orozco Date: Sun, 15 Mar 2015 16:13:57 +0100 Subject: [PATCH] Tolerate an older cmake We don't depend on newer features, and Travis offers 2.8.7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f17da2c..ed38efe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 2.8.0) project (tini) # Config