diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-05-05 23:15:48 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-05-05 23:15:48 +0200 |
commit | d27990f4151b64914b1f620a84da7c99176fbbc3 (patch) | |
tree | 4713dcaa47c5bb740051d984b876398aa21fb55c | |
parent | Stylesheet load setting (diff) | |
download | smolbote-d27990f4151b64914b1f620a84da7c99176fbbc3.tar.xz |
Bump cmake version
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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}") |