aboutsummaryrefslogtreecommitdiff
path: root/tools
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 /tools
parentb3ef4c5874f579c968f2d26843d0db420e9ed40e (diff)
downloadpsn00bsdk-c61d83010a1d83513623724f908f0903e90966e2.tar.gz
Rolled back minimum required CMake version to 3.20
Diffstat (limited to 'tools')
-rw-r--r--tools/CMakeLists.txt9
m---------tools/mkpsxiso0
2 files changed, 2 insertions, 7 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 14fa775..af99046 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -1,7 +1,7 @@
# PSn00bSDK tools build script
# (C) 2021 spicyjpeg - MPL licensed
-cmake_minimum_required(VERSION 3.21)
+cmake_minimum_required(VERSION 3.20)
project(
PSn00bSDK-tools
@@ -57,12 +57,7 @@ target_link_libraries(lzpack tinyxml2 lzp)
# Install the executables and copy the Blender SMX export plugin to the data
# directory (for manual installation).
-install(
- TARGETS elf2x elf2cpe smxlink lzpack
- #RUNTIME_DEPENDENCIES
- #PRE_EXCLUDE_REGEXES ".*"
- #PRE_INCLUDE_REGEXES "tinyxml2"
-)
+install(TARGETS elf2x elf2cpe smxlink lzpack)
install(
DIRECTORY plugin
DESTINATION ${CMAKE_INSTALL_DATADIR}/psn00bsdk
diff --git a/tools/mkpsxiso b/tools/mkpsxiso
-Subproject 0d65bb7ef80a67c1a89a6c43e40521fd5777681
+Subproject fe14e95d07a0da5727a8c2fb3ff2aaa892e465c