TileDB icon indicating copy to clipboard operation
TileDB copied to clipboard

fix: `assert` object library uses `spdlog::spdlog` instead of `fmt::fmt`

Open rroelke opened this issue 5 months ago • 1 comments

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

rroelke avatar Jun 05 '25 01:06 rroelke

I have completely removed spdlog and fmt as external dependencies. The code probably still needs to be improved. Suggestions are welcome. #5537

OgreTransporter avatar Jun 05 '25 08:06 OgreTransporter