Applied changes on the db executable. Removed old logging functions. Various global changes.
This commit is contained in:
@ -47,10 +47,6 @@ target_link_libraries(${PROJECT_NAME} effolkronium_random)
|
||||
find_package(fmt CONFIG REQUIRED)
|
||||
target_link_libraries(${PROJECT_NAME} fmt::fmt)
|
||||
|
||||
# spdlog
|
||||
find_package(spdlog CONFIG REQUIRED)
|
||||
target_link_libraries(${PROJECT_NAME} spdlog::spdlog)
|
||||
|
||||
#
|
||||
# System-provided dependencies
|
||||
#
|
||||
|
Reference in New Issue
Block a user