From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Sat, 16 Dec 2023 15:20:43 +0000 (-0700) Subject: remove CMakeSettings.json (#1246) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2^2~121 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=34a25de2c1d3b22ccecfcefe7e900e6d554c2895;p=gpsbabel.git remove CMakeSettings.json (#1246) which had machine specific windows configuration values. --- diff --git a/CMakeSettings.json b/CMakeSettings.json deleted file mode 100644 index 8e1f10f59..000000000 --- a/CMakeSettings.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "configurations": [ - { - "name": "x64-Debug", - "generator": "Ninja", - "configurationType": "Debug", - "inheritEnvironments": [ "msvc_x64_x64" ], - "buildRoot": "${projectDir}\\out\\build\\${name}", - "installRoot": "${projectDir}\\out\\install\\${name}", - "cmakeCommandArgs": "-DCMAKE_PREFIX_PATH=C:/Qt/6.5.3/msvc2019_64", - "buildCommandArgs": "", - "ctestCommandArgs": "" - }, - { - "name": "x64-Clang-Debug", - "generator": "Ninja", - "configurationType": "Debug", - "buildRoot": "${projectDir}\\out\\build\\${name}", - "installRoot": "${projectDir}\\out\\install\\${name}", - "cmakeCommandArgs": "-DCMAKE_PREFIX_PATH=C:/Qt/6.5.3/msvc2019_64 -DCMAKE_VERBOSE_MAKEFILE=ON", - "buildCommandArgs": "", - "ctestCommandArgs": "", - "inheritEnvironments": [ "clang_cl_x64_x64" ] - } - ] -} \ No newline at end of file