Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to spdlog>=1.11.0, fmt>=9.1.0. #1177

Merged
merged 20 commits into from
Feb 13, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix unused header, fix export_set name for fmt
  • Loading branch information
kkraus14 committed Feb 10, 2023
commit dbd525a38e5774826d77129453aae53d71da22e2
2 changes: 1 addition & 1 deletion cmake/thirdparty/get_fmt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function(find_and_configure_fmt)
if(fmt_ADDED)
rapids_export(
BUILD fmt
EXPORT_SET fmt
EXPORT_SET fmt-targets
GLOBAL_TARGETS fmt fmt-header-only
NAMESPACE fmt::)
include("${rapids-cmake-dir}/export/find_package_root.cmake")
Expand Down
1 change: 0 additions & 1 deletion include/rmm/mr/device/arena_memory_resource.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <cuda_runtime_api.h>

#include <spdlog/common.h>
#include <spdlog/fmt/ostr.h>

#include <cstddef>
#include <map>
Expand Down