diff options
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index e5f22889f..0c2c059a9 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -21,6 +21,7 @@ target_include_directories(catch-single-include INTERFACE catch/single_include) | |||
| 21 | if (ARCHITECTURE_x86_64) | 21 | if (ARCHITECTURE_x86_64) |
| 22 | set(DYNARMIC_TESTS OFF) | 22 | set(DYNARMIC_TESTS OFF) |
| 23 | set(DYNARMIC_NO_BUNDLED_FMT ON) | 23 | set(DYNARMIC_NO_BUNDLED_FMT ON) |
| 24 | set(DYNARMIC_IGNORE_ASSERTS ON CACHE BOOL "" FORCE) | ||
| 24 | add_subdirectory(dynarmic) | 25 | add_subdirectory(dynarmic) |
| 25 | endif() | 26 | endif() |
| 26 | 27 | ||