diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-11-17 03:26:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 03:26:11 +0100 |
commit | 3154773c000ca9c40a217a7de55ad62d4c110e2b (patch) | |
tree | 30f913f3fb1a9d036e4495d14dfb1f99d054051e | |
parent | Merge pull request #7326 from ameerj/vp8 (diff) | |
parent | CMakeLists: Update catch to 2.13.7 (diff) | |
download | yuzu-3154773c000ca9c40a217a7de55ad62d4c110e2b.tar yuzu-3154773c000ca9c40a217a7de55ad62d4c110e2b.tar.gz yuzu-3154773c000ca9c40a217a7de55ad62d4c110e2b.tar.bz2 yuzu-3154773c000ca9c40a217a7de55ad62d4c110e2b.tar.lz yuzu-3154773c000ca9c40a217a7de55ad62d4c110e2b.tar.xz yuzu-3154773c000ca9c40a217a7de55ad62d4c110e2b.tar.zst yuzu-3154773c000ca9c40a217a7de55ad62d4c110e2b.zip |
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d7813bb4..6044e311a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -166,7 +166,7 @@ macro(yuzu_find_packages) # Capitalization matters here. We need the naming to match the generated paths from Conan set(REQUIRED_LIBS # Cmake Pkg Prefix Version Conan Pkg - "Catch2 2.13 catch2/2.13.0" + "Catch2 2.13.7 catch2/2.13.7" "fmt 8.0 fmt/8.0.0" "lz4 1.8 lz4/1.9.2" "nlohmann_json 3.8 nlohmann_json/3.8.0" |