From d8c2f02151374c621df625593782707ab8c364de Mon Sep 17 00:00:00 2001 From: Vasil Pashov Date: Wed, 10 Apr 2024 14:54:33 +0300 Subject: [PATCH] Remove CMake clang preset as it's not used by CI and it's better to hande it via CMakeUserPresets --- cpp/CMakePresets.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cpp/CMakePresets.json b/cpp/CMakePresets.json index 005e3b16be..c2f12e6e55 100644 --- a/cpp/CMakePresets.json +++ b/cpp/CMakePresets.json @@ -112,15 +112,6 @@ "name": "linux-debug", "inherits": ["common_vcpkg", "linux"] }, - { - "name": "linux-debug-clang", - "inherits": ["common_vcpkg", "linux"], - "cacheVariables": { - "CMAKE_C_COMPILER": "clang", - "CMAKE_CXX_COMPILER": "clang++", - "STATIC_LINK_STD_LIB": "OFF" - } - }, { "name": "linux-conda-debug", "inherits": ["common_conda", "linux"] @@ -155,7 +146,6 @@ {"name": "windows-cl-conda-debug", "configurePreset": "windows-cl-conda-debug", "targets": "arcticdb_ext" }, {"name": "windows-cl-conda-release", "configurePreset": "windows-cl-conda-release", "targets": "arcticdb_ext" }, {"name": "linux-debug", "configurePreset": "linux-debug", "targets": "arcticdb_ext" }, - {"name": "linux-debug-clang", "configurePreset": "linux-debug-clang", "targets": "arcticdb_ext" }, {"name": "linux-release", "configurePreset": "linux-release", "targets": "arcticdb_ext" }, {"name": "linux-conda-debug", "configurePreset": "linux-conda-debug", "targets": "arcticdb_ext" }, {"name": "linux-conda-release", "configurePreset": "linux-conda-release", "targets": "arcticdb_ext" },