Update dependency management

This commit is contained in:
2023-11-28 09:28:11 +01:00
parent f83a56b17f
commit 03a9f219cc
11 changed files with 49 additions and 19 deletions

View File

@@ -8,8 +8,9 @@ FetchContent_Declare(
spdlog
EXCLUDE_FROM_ALL
GIT_REPOSITORY ${SPDLOG_REPO}
GIT_TAG v1.10.0
GIT_TAG v1.12.0
GIT_SHALLOW TRUE
)
option(SPDLOG_FMT_EXTERNAL "" ON)
FetchContent_MakeAvailable(spdlog)
#add_definitions(-SPDLOG_FMT_EXTERNAL)
#add_definitions(-DSPDLOG_FMT_EXTERNAL)