From 8dc3a66688f865d4f16f8b12fdaeff00742b08f1 Mon Sep 17 00:00:00 2001 From: gabime Date: Tue, 6 Aug 2019 19:12:35 +0300 Subject: [PATCH] Fix #1180 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e2bfc7d..038584a5 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.1) +cmake_minimum_required(VERSION 3.2) #--------------------------------------------------------------------------------------- # Start spdlog project