mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 22:18:16 +01:00
CMakeLists: Define FMT_USE_USER_DEFINED_LITERALS=0
This disable a fmtlib feature that depends on a non-standard feature for its implementation.
This commit is contained in:
parent
44b61212e5
commit
3513ed1c60
2 changed files with 4 additions and 0 deletions
|
|
@ -299,6 +299,8 @@ endif()
|
|||
if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
target_compile_definitions(dynarmic PRIVATE FMT_USE_WINDOWS_H=0)
|
||||
endif()
|
||||
# Disable this as it relies on a non-standard feature
|
||||
target_compile_definitions(dynarmic PRIVATE FMT_USE_USER_DEFINED_LITERALS=0)
|
||||
|
||||
export(
|
||||
TARGETS dynarmic boost fmt xbyak
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue