Update CMakeLists.txt

This commit is contained in:
Gabi Melman 2021-03-04 23:24:02 +02:00 committed by GitHub
parent 2ffbbee1f6
commit 0ed0d69368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,6 @@
cmake_minimum_required(VERSION 3.10)
cmake_policy(SET CMP0091 NEW)
# ---------------------------------------------------------------------------------------
# Start spdlog project
# ---------------------------------------------------------------------------------------
@ -12,6 +10,8 @@ include(cmake/ide.cmake)
spdlog_extract_version()
cmake_policy(SET CMP0091 NEW) # for choosing msvc static/dynamic runtime library
project(spdlog VERSION ${SPDLOG_VERSION} LANGUAGES CXX)
message(STATUS "Build spdlog: ${SPDLOG_VERSION}")