diff options
| -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) | |||
| 166 | # Capitalization matters here. We need the naming to match the generated paths from Conan | 166 | # Capitalization matters here. We need the naming to match the generated paths from Conan |
| 167 | set(REQUIRED_LIBS | 167 | set(REQUIRED_LIBS |
| 168 | # Cmake Pkg Prefix Version Conan Pkg | 168 | # Cmake Pkg Prefix Version Conan Pkg |
| 169 | "Catch2 2.13 catch2/2.13.0" | 169 | "Catch2 2.13.7 catch2/2.13.7" |
| 170 | "fmt 8.0 fmt/8.0.0" | 170 | "fmt 8.0 fmt/8.0.0" |
| 171 | "lz4 1.8 lz4/1.9.2" | 171 | "lz4 1.8 lz4/1.9.2" |
| 172 | "nlohmann_json 3.8 nlohmann_json/3.8.0" | 172 | "nlohmann_json 3.8 nlohmann_json/3.8.0" |