Delete CMakeSettings.json

always gets in
This commit is contained in:
MisterMakerNL
2024-06-15 21:00:21 +02:00
committed by Chris Hennes
parent 7d8d6417c7
commit 87bf36fc58

View File

@@ -1,22 +0,0 @@
{
"configurations": [
{
"name": "x64-release",
"generator": "Ninja",
"configurationType": "Release",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "C:\\github repros\\out\\freecadbuild\\${name}",
"installRoot": "C:\\github repros\\out\\freecadinstall\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"variables": [
{
"name": "FREECAD_LIBPACK_DIR",
"value": "C:/freecad_libs/LibPack",
"type": "PATH"
}
]
}
]
}