From 7a3f0437a6d10a818364e43cf7aa7d363282036c Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Tue, 23 Aug 2016 10:13:59 +0100 Subject: Fix cmake config error. Bumped cmake required to 3.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 947d21a7..d396ee98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.1 FATAL_ERROR) # If necessary bring in the Boost lite cmake tooling list(FIND CMAKE_MODULE_PATH "boost-lite" boost_lite_idx) if(${boost_lite_idx} EQUAL -1) -- cgit v1.2.3