diff options
| author | 2023-07-18 21:40:21 -0400 | |
|---|---|---|
| committer | 2023-07-18 22:39:13 -0400 | |
| commit | c1e57ad358592cab8db043b48d41ceb40f17d693 (patch) | |
| tree | 0f6e71bbcc681329637d9cf36a01a2e14ba2ef39 /CMakeLists.txt | |
| parent | vk_buffer_cache: Format (diff) | |
| download | yuzu-c1e57ad358592cab8db043b48d41ceb40f17d693.tar.gz yuzu-c1e57ad358592cab8db043b48d41ceb40f17d693.tar.xz yuzu-c1e57ad358592cab8db043b48d41ceb40f17d693.zip | |
CMake: Require LLVM 17 or later
API changes necessitate an update here.
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 9023d2072..00d540f1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -289,7 +289,7 @@ find_package(Boost 1.79.0 REQUIRED context) | |||
| 289 | find_package(enet 1.3 MODULE) | 289 | find_package(enet 1.3 MODULE) |
| 290 | find_package(fmt 9 REQUIRED) | 290 | find_package(fmt 9 REQUIRED) |
| 291 | find_package(inih 52 MODULE COMPONENTS INIReader) | 291 | find_package(inih 52 MODULE COMPONENTS INIReader) |
| 292 | find_package(LLVM MODULE COMPONENTS Demangle) | 292 | find_package(LLVM 17 MODULE COMPONENTS Demangle) |
| 293 | find_package(lz4 REQUIRED) | 293 | find_package(lz4 REQUIRED) |
| 294 | find_package(nlohmann_json 3.8 REQUIRED) | 294 | find_package(nlohmann_json 3.8 REQUIRED) |
| 295 | find_package(Opus 1.3 MODULE) | 295 | find_package(Opus 1.3 MODULE) |