mirror of
https://github.com/gabime/spdlog.git
synced 2025-02-03 11:09:15 +08:00
Update CMakeLists.txt
This commit is contained in:
parent
2ffbbee1f6
commit
0ed0d69368
@ -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}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user