aboutsummaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2024-10-14 17:44:12 +0200
committerspicyjpeg <thatspicyjpeg@gmail.com>2024-10-14 17:44:12 +0200
commit787db196ad3c4e945792997111d759f82110775a (patch)
tree878943ae179709b77f411ce5c4857d28eb6d8fc2 /CMakePresets.json
parent9c792e636a7803f8003643b2f91f040257398b3f (diff)
downloadpsn00bsdk-787db196ad3c4e945792997111d759f82110775a.tar.gz
Deprecate CPack packages and old changelog, fix ldscripts
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index eca1478..9e0dce3 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -23,9 +23,7 @@
"inherits": "default",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
- "SKIP_EXAMPLES": "ON",
- "BUNDLE_TOOLCHAIN": "ON",
- "BUNDLE_NINJA": "ON"
+ "SKIP_EXAMPLES": "ON"
}
},
{
@@ -36,8 +34,6 @@
"binaryDir": "${sourceDir}/../build",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
- "BUNDLE_TOOLCHAIN": "ON",
- "BUNDLE_NINJA": "ON",
"LIBPSN00B_GENERATOR": "Ninja",
"PSN00BSDK_TARGET": "$env{GCC_TARGET}",
"PSN00BSDK_GIT_TAG": "$env{GITHUB_REF_NAME}",