diff --git a/CMakePresets.json b/CMakePresets.json index 9801c16393..b72540225c 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -358,7 +358,13 @@ "inherits": [ "android-base", "ci" - ] + ], + "cacheVariables": { + "DUSK_ENABLE_SENTRY_NATIVE": { + "type": "BOOL", + "value": false + }, + } }, { "name": "x-android-ci-arm64",