From 87bf36fc58a4477e4732bae929e0c0fd29ba1cf6 Mon Sep 17 00:00:00 2001 From: MisterMakerNL Date: Sat, 15 Jun 2024 21:00:21 +0200 Subject: [PATCH] Delete CMakeSettings.json always gets in --- CMakeSettings.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 CMakeSettings.json diff --git a/CMakeSettings.json b/CMakeSettings.json deleted file mode 100644 index 04d0104631..0000000000 --- a/CMakeSettings.json +++ /dev/null @@ -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" - } - ] - } - ] -} \ No newline at end of file