diff options
| author | 2022-11-28 22:48:49 -0500 | |
|---|---|---|
| committer | 2022-11-28 22:48:49 -0500 | |
| commit | 47b133c0b8364f5f79a5d44332523f2e9b9985d0 (patch) | |
| tree | 0d68f0a8bc149c692549b6ea0e841bba49d6f085 | |
| parent | Merge pull request #9339 from lioncash/cacheheader (diff) | |
| download | yuzu-47b133c0b8364f5f79a5d44332523f2e9b9985d0.tar.gz yuzu-47b133c0b8364f5f79a5d44332523f2e9b9985d0.tar.xz yuzu-47b133c0b8364f5f79a5d44332523f2e9b9985d0.zip | |
CMakeLists: Bump minimum required CMake version to 3.22
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d2761ec1..05bffe68e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # SPDX-FileCopyrightText: 2018 yuzu Emulator Project | 1 | # SPDX-FileCopyrightText: 2018 yuzu Emulator Project |
| 2 | # SPDX-License-Identifier: GPL-2.0-or-later | 2 | # SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | 3 | ||
| 4 | cmake_minimum_required(VERSION 3.15) | 4 | cmake_minimum_required(VERSION 3.22) |
| 5 | 5 | ||
| 6 | list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules") | 6 | list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules") |
| 7 | list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/externals/cmake-modules") | 7 | list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/externals/cmake-modules") |