From bf8d4c428e3ff0fbb83f35ab436b4de74f0d8eca Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 24 Jun 2020 17:57:24 +0000 Subject: CMake: require at least version 3.5 (Ubuntu 16.04). --- bba/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bba') diff --git a/bba/CMakeLists.txt b/bba/CMakeLists.txt index 60c04b51..f2b7f887 100644 --- a/bba/CMakeLists.txt +++ b/bba/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3) +cmake_minimum_required(VERSION 3.5) project(bba CXX) find_package(Boost REQUIRED COMPONENTS -- cgit v1.2.3