From 0005841cfeb4081e5ba2219308f70143b5c77e5f Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Wed, 23 Dec 2015 00:51:01 +0100 Subject: [PATCH] Drop back to 2.8.7 for Travis CI use --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 22b80dd..7f81d09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists.txt - 20150402 - 20150130 - 20140801 - for github htacg/tidy-html5 # Prepare for changing the name to 'tidy' -cmake_minimum_required (VERSION 2.8.8) +cmake_minimum_required (VERSION 2.8.7) set(LIB_NAME tidy)