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

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}>
)