TileDB
TileDB copied to clipboard
fix: `assert` object library uses `spdlog::spdlog` instead of `fmt::fmt`
Resolves #5534 which points out that use of fmt::fmt brings in an additional dependency which may conflict with spdlog::spdlog.
TYPE: NO_HISTORY
DESC: assert object library uses spdlog::spdlog instead of fmt::fmt
I have completely removed spdlog and fmt as external dependencies. The code probably still needs to be improved. Suggestions are welcome. #5537