From d27990f4151b64914b1f620a84da7c99176fbbc3 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 5 May 2018 23:15:48 +0200 Subject: Bump cmake version --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f084316..856051b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0) +cmake_minimum_required(VERSION 3.10.0) project(smolbote) include(FeatureSummary) @@ -75,4 +75,3 @@ if (Tests) endif() feature_summary(WHAT ALL) -message("Boost libs = ${Boost_LIBRARIES}") -- cgit v1.2.1