Update CMakeLists.txt

This commit is contained in:
Gabi Melman 2016-07-10 00:08:43 +03:00 committed by GitHub
parent 4f9b4d0145
commit 3aef25c948
1 changed files with 1 additions and 1 deletions

View File

@ -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)