From 7e7729fab323b283788d1b36095c55ae4df0a917 Mon Sep 17 00:00:00 2001 From: Barathos <169070864+Barathos@users.noreply.github.com> Date: Tue, 17 Jun 2025 09:58:59 -0700 Subject: [PATCH] Remove CMakeSettings.json (local build config) from PR --- CMakeSettings.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 CMakeSettings.json diff --git a/CMakeSettings.json b/CMakeSettings.json deleted file mode 100644 index ad712438e..000000000 --- a/CMakeSettings.json +++ /dev/null @@ -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": "" - } - ] -} \ No newline at end of file