From d8a885ec72e5c690fe86a613d5fd24e608fae6e9 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 6 Nov 2023 20:20:50 +0100 Subject: [PATCH] cleanup presets: make use previous presets for inheritance --- CMakePresets.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index 675adad2b77..632c4ad97b6 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -216,9 +216,7 @@ { "name": "linux-gcc-debug-with-clang-tidy", "inherits": [ - "linux-gcc-base", - "make", - "_debug" + "linux-gcc-debug" ], "cacheVariables": { "QL_CLANG_TIDY_OPTIONS": "-warnings-as-errors=*", @@ -276,9 +274,7 @@ { "name": "linux-ci-build-with-clang-tidy", "inherits": [ - "linux-gcc-base", - "make", - "_debug" + "linux-gcc-debug" ], "cacheVariables": { "BOOST_ROOT": "/usr", @@ -292,9 +288,7 @@ { "name": "linux-ci-build-with-nonstandard-options", "inherits": [ - "linux-gcc-base", - "ninja", - "_release" + "linux-gcc-ninja-release" ], "cacheVariables": { "BOOST_ROOT": "/usr", @@ -319,9 +313,7 @@ { "name": "windows-ci-build-with-nonstandard-options", "inherits": [ - "windows-msvc-base", - "ninja", - "_release" + "windows-msvc-release" ], "cacheVariables": { "CMAKE_CXX_STANDARD": "17",