Skip to content

Commit

Permalink
Update compilerPath in c_cpp_properties.json
Browse files Browse the repository at this point in the history
  • Loading branch information
srilakshmikanthanp committed Apr 15, 2024
1 parent f7cc7b2 commit f47cb61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"configurations": [
{
"compilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/cl.exe",
"compilerPath": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\bin\\Hostx64\\x64\\cl.exe",
"name": "Win32",
"includePath": [
"C:/Program Files/OpenSSL-Win64/include/**",
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"grammarly.files.exclude": [
"**/CMakeLists.txt"
],
"cmake.configureArgs": [
"-DCMAKE_TOOLCHAIN_FILE=${env:VCPKG_TOOLCHAIN}"
],
"cSpell.words": [
"Antialiasing",
"Cilp",
Expand Down

0 comments on commit f47cb61

Please sign in to comment.