diff --git a/CMakeSettings.json b/CMakeSettings.json index 73cd21d10..bb522fcfc 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -6,6 +6,7 @@ "configurationType": "Release", "buildRoot": "${projectDir}\\Build\\${name}", "installRoot": "${projectDir}\\Install\\${name}", + "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", "inheritEnvironments": [ "clang_cl_x64_x64" ], @@ -17,6 +18,7 @@ "configurationType": "Debug", "buildRoot": "${projectDir}\\Build\\${name}", "installRoot": "${projectDir}\\Install\\${name}", + "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", "inheritEnvironments": [ "clang_cl_x64_x64" ], diff --git a/src/RCa10748 b/src/RCa10748 deleted file mode 100644 index b3a493078..000000000 Binary files a/src/RCa10748 and /dev/null differ