From eff4d15dc90982180a312abda18b07ad592990af Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Tue, 25 Jun 2019 09:53:44 +0100 Subject: [PATCH] Up CMake version requirement --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c3a1f23..ffb929c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.8) +cmake_minimum_required(VERSION 3.11) project(tl-expected VERSION 1.0.0 LANGUAGES CXX)