mirror of
https://github.com/gabime/spdlog.git
synced 2025-04-30 04:23:51 +00:00
Update CMake minimum version required (#3359)
FILE_SET functionality was introduced in CMake version 3.23. https://cmake.org/cmake/help/latest/command/target_sources.html
This commit is contained in:
parent
88715d29e9
commit
1b0a1dda33
@ -2,7 +2,7 @@
|
|||||||
# Copyright(c) 2019-present by spdlog authors.
|
# Copyright(c) 2019-present by spdlog authors.
|
||||||
# Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
# Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
cmake_minimum_required(VERSION 3.14)
|
cmake_minimum_required(VERSION 3.23)
|
||||||
include(cmake/utils.cmake)
|
include(cmake/utils.cmake)
|
||||||
include(cmake/ide.cmake)
|
include(cmake/ide.cmake)
|
||||||
spdlog_extract_version()
|
spdlog_extract_version()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user