From 6fec970bce9fb6cd21ef763832ebc2c33d76b155 Mon Sep 17 00:00:00 2001 From: Stepanov Igor Date: Wed, 25 Dec 2024 19:21:50 +0300 Subject: [PATCH] Delete clang preset besause need cmake compatibility with msys2 --- CMakePresets.json | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index 1db1db01..d4c6aa47 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -14,27 +14,6 @@ "CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake", "VOXELENGINE_BUILD_TESTS": "ON" } - }, - { - "name": "default-ninja-clang-windows", - "condition": { - "type": "equals", - "rhs": "${hostSystemName}", - "lhs": "Windows" - }, - "generator": "Ninja Multi-Config", - "binaryDir": "${sourceDir}/build", - "environment": { - "VCPKG_DEFAULT_TRIPLET": "x64-windows-static", - "VCPKG_DEFAULT_HOST_TRIPLET": "x64-windows-static" - }, - "cacheVariables": { - "CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake", - "VCPKG_TARGET_TRIPLET": "x64-windows-static", - "CMAKE_C_COMPILER": "clang", - "CMAKE_CXX_COMPILER": "clang", - "VOXELENGINE_BUILD_TESTS": "ON" - } } ], "buildPresets": [ @@ -42,11 +21,6 @@ "name": "default-vs-msvc-windows", "configurePreset": "default-vs-msvc-windows", "configuration": "Debug" - }, - { - "name": "default-ninja-clang-windows", - "configurePreset": "default-ninja-clang-windows", - "configuration": "Debug" } ], "testPresets": [ @@ -56,13 +30,6 @@ "output": { "outputOnFailure": true } - }, - { - "name": "default-ninja-clang-windows", - "configurePreset": "default-ninja-clang-windows", - "output": { - "outputOnFailure": true - } } ] } \ No newline at end of file