Update CMakeLists.txt

This commit is contained in:
Gabi Melman 2018-07-08 19:25:15 +03:00 committed by GitHub
parent 99cc35384b
commit bbff8abf58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
#
cmake_minimum_required(VERSION 3.1)
project(spdlog VERSION 0.16.3 LANGUAGES CXX)
project(spdlog VERSION 1.0.0 LANGUAGES CXX)
include(CTest)
include(CMakeDependentOption)
include(GNUInstallDirs)