diff --git a/CMakePresets.json b/CMakePresets.json index 89c78818f9..92799249a9 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -358,7 +358,10 @@ "inherits": [ "relwithdebinfo", "ci" - ] + ], + "cacheVariables": { + "AURORA_SDL3_PROVIDER": "vendor" + } }, { "name": "x-linux-ci-gcc",