aboutsummaryrefslogtreecommitdiff
path: root/cpack
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 /cpack
parentb3ef4c5874f579c968f2d26843d0db420e9ed40e (diff)
downloadpsn00bsdk-c61d83010a1d83513623724f908f0903e90966e2.tar.gz
Rolled back minimum required CMake version to 3.20
Diffstat (limited to 'cpack')
-rw-r--r--cpack/fakeroot_fix.cmake2
-rw-r--r--cpack/setup.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpack/fakeroot_fix.cmake b/cpack/fakeroot_fix.cmake
index e34baa0..1c1430d 100644
--- a/cpack/fakeroot_fix.cmake
+++ b/cpack/fakeroot_fix.cmake
@@ -7,7 +7,7 @@
# script does is simply finding and deleting all directories that do not match
# the installation prefix before CPack generates the package.
-cmake_minimum_required(VERSION 3.21)
+cmake_minimum_required(VERSION 3.20)
set(_prefix ${CPACK_TEMPORARY_INSTALL_DIRECTORY}${CPACK_PACKAGING_INSTALL_PREFIX})
diff --git a/cpack/setup.cmake b/cpack/setup.cmake
index a483462..0c4f3cb 100644
--- a/cpack/setup.cmake
+++ b/cpack/setup.cmake
@@ -2,7 +2,7 @@
# rules to bundle the GCC toolchain and CMake in packages. It is included by
# the main CMakeLists.txt script.
-cmake_minimum_required(VERSION 3.21)
+cmake_minimum_required(VERSION 3.20)
## Settings