-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Description
TileDB/tiledb/common/CMakeLists.txt
Line 63 in 7bdc42f
| find_package(fmt REQUIRED) |
TileDB/tiledb/common/CMakeLists.txt
Line 64 in 7bdc42f
| target_link_libraries(assert PUBLIC fmt::fmt) |
#5521: Why is fmt integrated here? This can lead to problems in connection with spdlog (#5438, #5006) because spdlog has its own version of fmt. Either replace fmt with spdlog at this point or remove spdlog completely and use fmt.
Metadata
Metadata
Assignees
Labels
No labels