From f2a614e06201ea9d292aac194ad5586928054ed7 Mon Sep 17 00:00:00 2001 From: Leon Matthes Date: Fri, 7 Jun 2024 08:13:57 +0200 Subject: [PATCH] ci: Disable Ninja This seems to be causing issues with sccache --- CMakePresets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index ed4c9d3a..9bcf60a8 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -42,8 +42,8 @@ "name": "ci", "displayName": "CI build", "binaryDir": "${sourceDir}/build-ci", - "inherits": "profile", "cacheVariables": { + "CMAKE_BUILD_TYPE": "RelWithDebInfo", "KNUT_ERROR_ON_WARN": "ON", "KNUT_USE_STD_FORMAT": "OFF" }