Delete clang preset besause need cmake compatibility with msys2
This commit is contained in:
parent
ffd7473549
commit
6fec970bce
@ -14,27 +14,6 @@
|
|||||||
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
|
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
|
||||||
"VOXELENGINE_BUILD_TESTS": "ON"
|
"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": [
|
"buildPresets": [
|
||||||
@ -42,11 +21,6 @@
|
|||||||
"name": "default-vs-msvc-windows",
|
"name": "default-vs-msvc-windows",
|
||||||
"configurePreset": "default-vs-msvc-windows",
|
"configurePreset": "default-vs-msvc-windows",
|
||||||
"configuration": "Debug"
|
"configuration": "Debug"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "default-ninja-clang-windows",
|
|
||||||
"configurePreset": "default-ninja-clang-windows",
|
|
||||||
"configuration": "Debug"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"testPresets": [
|
"testPresets": [
|
||||||
@ -56,13 +30,6 @@
|
|||||||
"output": {
|
"output": {
|
||||||
"outputOnFailure": true
|
"outputOnFailure": true
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "default-ninja-clang-windows",
|
|
||||||
"configurePreset": "default-ninja-clang-windows",
|
|
||||||
"output": {
|
|
||||||
"outputOnFailure": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user