updated logger to support std::format (upgrading to gcc >13 was one of the most tedious things i've ever done)

This commit is contained in:
2026-07-18 03:42:43 -05:00
parent 235530c03d
commit 1c74c04db3
6 changed files with 25 additions and 22 deletions

View File

@@ -15,6 +15,5 @@ target_link_libraries(accordion-common PUBLIC
)
target_compile_definitions(accordion-common PRIVATE
# pass in some compiler macros
BINARY_DIR="${CMAKE_BINARY_DIR}" # useful for runtime filepaths
)