From b3d3ff00afc3b6b32e2180595bd34f20131c775b Mon Sep 17 00:00:00 2001 From: Artem Pikulin Date: Thu, 29 Mar 2018 15:39:59 +0700 Subject: [PATCH] Require cmake 3.9.2 for travis. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d75ce3e87..feb0c7acb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9.6) +cmake_minimum_required(VERSION 3.9.2) include("cmake/HunterGate.cmake") HunterGate( URL "https://github.com/ruslo/hunter/archive/v0.19.173.tar.gz"