bump spdlog to v1.15.3
All checks were successful
Build (Arch Linux) / build (push) Successful in 3m27s

This commit is contained in:
Adam 2025-05-20 01:13:40 +01:00
parent 396e22b348
commit 37332d486e

View File

@ -146,7 +146,7 @@ set(SPDLOG_DISABLE_DEFAULT_LOGGER ON CACHE BOOL "" FORCE)
FetchContent_Declare( FetchContent_Declare(
spdlog spdlog
GIT_REPOSITORY https://github.com/gabime/spdlog.git GIT_REPOSITORY https://github.com/gabime/spdlog.git
GIT_TAG v1.14.1 GIT_TAG v1.15.3
) )
FetchContent_MakeAvailable(spdlog) FetchContent_MakeAvailable(spdlog)