Remove CMakeSettings.json (local build config) from PR

This commit is contained in:
Barathos 2025-06-17 09:58:59 -07:00
parent 66dda2f107
commit 7e7729fab3

View File

@ -1,15 +0,0 @@
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Visual Studio 17 2022",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
}
]
}