From 8b6b1863a4202b3f2e6c668606f6e66ff162823d Mon Sep 17 00:00:00 2001 From: Alice Ogeda Date: Sun, 28 Nov 2021 16:46:06 -0300 Subject: [PATCH] remove cmake generated json; --- CMakeSettings.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 CMakeSettings.json diff --git a/CMakeSettings.json b/CMakeSettings.json deleted file mode 100644 index 751654bb..00000000 --- a/CMakeSettings.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - // See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this file. - "configurations": [ - { - "name": "x64-Debug", - "generator": "Visual Studio 15 2017 Win64", - "configurationType": "Debug", - "buildRoot": "H:\\Sapphire\\Sapphire-2.3-Build", - "cmakeCommandArgs": "-DCMAKE_BUILD_TYPE=\"Debug\"", - "buildCommandArgs": "-m -v:minimal" - }, - { - "name": "x64-Release", - "generator": "Visual Studio 15 2017 Win64", - "configurationType": "Release", - "buildRoot": "H:\\Sapphire\\Sapphire-2.3-Build", - "cmakeCommandArgs": "", - "buildCommandArgs": "-m -v:minimal" - } - ] -}