Skip to content

Commit

Permalink
Update spdlog to v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Nov 9, 2024
1 parent 44008ea commit 2ac1e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ FetchContent_Declare(
set(SPDLOG_FMT_EXTERNAL ON)
FetchContent_Declare(
spdlog
URL "https://github.com/gabime/spdlog/archive/v1.14.1.tar.gz"
URL_HASH "SHA256=1586508029a7d0670dfcb2d97575dcdc242d3868a259742b69f100801ab4e16b"
URL "https://github.com/gabime/spdlog/archive/v1.15.0.tar.gz"
URL_HASH "SHA256=9962648c9b4f1a7bbc76fd8d9172555bad1871fdb14ff4f842ef87949682caa5"
FIND_PACKAGE_ARGS)

set(YAML_MSVC_SHARED_RT ON)
Expand Down

0 comments on commit 2ac1e43

Please sign in to comment.