diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-11-29 19:41:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-29 19:41:47 -0500 |
| commit | 49219b8a864f0176a52486e5a33cc443f91e8f97 (patch) | |
| tree | 1b655d4b25ff251d75ebbd829f3541999616e4cc /CMakeLists.txt | |
| parent | d6b63239ae5011cbe8aa59b44bfd813e30f75d56 (diff) | |
| parent | 0941ae0b617839a724a62c0a69914686e81f053f (diff) | |
Merge pull request #9349 from lat9nq/cmake-322
CMakeLists: Bump minimum required CMake version to 3.22
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 2d2761ec1..05bffe68e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2018 yuzu Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later -cmake_minimum_required(VERSION 3.15) +cmake_minimum_required(VERSION 3.22) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/externals/cmake-modules") |
