diff options
author | Merry <[email protected]> | 2022-12-31 16:26:55 +0000 |
---|---|---|
committer | Merry <[email protected]> | 2022-12-31 17:28:34 +0000 |
commit | 31a684361fb1bd1c1f03f3d833d7630b5b8d47b5 (patch) | |
tree | d7f251d1e7b1c36157ef78eafa9bd55966700e58 /CMakeLists.txt | |
parent | f397c4434f52836dddd4c08becf5a8e40228bcf1 (diff) | |
download | dynarmic-31a684361fb1bd1c1f03f3d833d7630b5b8d47b5.tar.gz dynarmic-31a684361fb1bd1c1f03f3d833d7630b5b8d47b5.zip |
tests: Update to Catch2 v3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cb153e29..a8f7a175 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -145,7 +145,7 @@ if (DYNARMIC_USE_LLVM) endif() if (DYNARMIC_TESTS) - find_package(Catch2 2 QUIET) + find_package(Catch2 3 QUIET) if (DYNARMIC_TESTS_USE_UNICORN) find_package(Unicorn REQUIRED) endif() |