aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-11-08 13:59:21 +0100
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-11-08 13:59:21 +0100
commitc61d83010a1d83513623724f908f0903e90966e2 (patch)
tree158881b7aea500635c406e383b53a9d1e93098dc /template
parentb3ef4c5874f579c968f2d26843d0db420e9ed40e (diff)
downloadpsn00bsdk-c61d83010a1d83513623724f908f0903e90966e2.tar.gz
Rolled back minimum required CMake version to 3.20
Diffstat (limited to 'template')
-rw-r--r--template/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/CMakeLists.txt b/template/CMakeLists.txt
index c2d0d9d..c0c05d0 100644
--- a/template/CMakeLists.txt
+++ b/template/CMakeLists.txt
@@ -1,7 +1,7 @@
# PSn00bSDK example CMake script
# (C) 2021 spicyjpeg - MPL licensed
-cmake_minimum_required(VERSION 3.21)
+cmake_minimum_required(VERSION 3.20)
# CMAKE_TOOLCHAIN_FILE must be set to point to cmake/sdk.cmake in the PSn00bSDK
# installation directory *before* calling project(). You don't have to hardcode