From fe14554f2471602a0d3c7d107daacb3c81ff3499 Mon Sep 17 00:00:00 2001 From: ClausKlein Date: Wed, 12 Feb 2020 21:49:05 +0100 Subject: [PATCH] Travis build use historic cmake version Back to v3.12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30c569ac..1da25232 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright(c) 2019 spdlog authors # Distributed under the MIT License (http://opensource.org/licenses/MIT) -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.12) #--------------------------------------------------------------------------------------- # Start spdlog project