From 3aef25c948f0c256a6a7fe0febbf2c5ff63dc714 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 10 Jul 2016 00:08:43 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25f2ebcf..4055eac5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # Distributed under the MIT License (http://opensource.org/licenses/MIT) # -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.1) project(spdlog VERSION 1.0.0) set(CMAKE_CXX_STANDARD 11)