1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-26 09:36:56 -06:00

Merge pull request from CaptV0rt3x/patch-1

Fix Cmake warning for CMP0077
This commit is contained in:
bunnei 2022-09-08 12:30:13 -07:00 committed by GitHub
commit f663966599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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