diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-10-11 11:22:30 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-10-11 11:22:30 +0200 |
| commit | 3f859332c8e345ef3a35e24ab8ee3617cb477df7 (patch) | |
| tree | e9e817278ffab859d261c68b9d1e372c517f91b8 /template | |
| parent | 1a468c901a7b473a556c6a572c03c68186f03f89 (diff) | |
Bump required CMake version to 3.21
Diffstat (limited to 'template')
| -rw-r--r-- | template/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/CMakeLists.txt b/template/CMakeLists.txt index 4aa648f..a3399db 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.20) +cmake_minimum_required(VERSION 3.21) project( PSn00bSDK-template @@ -11,7 +11,7 @@ project( HOMEPAGE_URL "http://lameguy64.net/?page=psn00bsdk" ) -psn00bsdk_add_executable(template STATIC main.c) +psn00bsdk_add_executable(template GPREL main.c) psn00bsdk_add_cd_image( iso # Target name |
