externals: update fmt to 4.0

This commit is contained in:
Lioncash 2017-08-27 14:50:19 -04:00 committed by Merry
parent 40d0aa505c
commit 80477b5a67
2 changed files with 2 additions and 2 deletions

2
externals/fmt vendored

@ -1 +1 @@
Subproject commit 796beaaddb5226162fe00c2c55e322d80d26f3d8
Subproject commit 398343897f98b88ade80bbebdcbe82a36c65a980

View file

@ -115,7 +115,7 @@ target_compile_options(dynarmic PRIVATE ${DYNARMIC_CXX_FLAGS})
target_link_libraries(dynarmic
PRIVATE
boost
fmt
fmt::fmt
xbyak
$<$<BOOL:DYNARMIC_USE_LLVM>:${llvm_libs}>
)