Skip to content

Commit

Permalink
Upgrade spdlog to v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanel committed Nov 9, 2024
1 parent 92bf4da commit 0298958
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ find_package(spdlog CONFIG)
if(NOT spdlog_FOUND)
FetchContent_Declare(
spdlog
URL https://github.com/gabime/spdlog/archive/refs/tags/v1.14.1.tar.gz
URL_HASH SHA256=1586508029a7d0670dfcb2d97575dcdc242d3868a259742b69f100801ab4e16b
URL https://github.com/gabime/spdlog/archive/refs/tags/v1.15.0.tar.gz
URL_HASH SHA256=9962648c9b4f1a7bbc76fd8d9172555bad1871fdb14ff4f842ef87949682caa5
)

list(APPEND fetchContentPackagesToMakeAvailable spdlog)
Expand Down
2 changes: 2 additions & 0 deletions src/api-objects/include/ordersconstraints.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <spdlog/fmt/bundled/ranges.h> // TODO: replace with C++23 std::ranges::views::join_with when available

#include <cstdint>

#include "cct_flatset.hpp"
Expand Down
2 changes: 2 additions & 0 deletions src/api-objects/include/withdrawsordepositsconstraints.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <spdlog/fmt/bundled/ranges.h> // TODO: replace with C++23 std::ranges::views::join_with when available

#include "baseconstraints.hpp"
#include "cct_flatset.hpp"
#include "cct_format.hpp"
Expand Down

0 comments on commit 0298958

Please sign in to comment.