mirror of https://git.suyu.dev/suyu/suyu
Fix Cmake warning for CMP0077
This commit is contained in:
parent
3faa1c54b6
commit
016fa3ffee
|
@ -16,7 +16,6 @@ endif()
|
|||
|
||||
# Dynarmic
|
||||
if (ARCHITECTURE_x86_64)
|
||||
set(DYNARMIC_TESTS OFF)
|
||||
set(DYNARMIC_NO_BUNDLED_FMT ON)
|
||||
set(DYNARMIC_IGNORE_ASSERTS ON CACHE BOOL "" FORCE)
|
||||
add_subdirectory(dynarmic)
|
||||
|
|
Loading…
Reference in New Issue