feat(Deps/Fmt): update to 8.1.1. Fix build with c++20 (#10489)

* feat(Deps/Fmt): update to 8.1.1

* FMT_CONSTEVAL
This commit is contained in:
Kargatum
2022-02-03 04:39:10 +07:00
committed by GitHub
parent 48ad8b519b
commit eae15fa474
18 changed files with 3474 additions and 1375 deletions

View File

@@ -59,6 +59,11 @@ if (HAVE_STRTOD_L)
FMT_LOCALE)
endif()
# Define FMT_CONSTEVAL for current using in c++20
target_compile_definitions(fmt
PUBLIC
FMT_CONSTEVAL=)
target_include_directories(fmt
PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/include)