Skip to content

Commit

Permalink
fix cmake on vscode/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ennorehling committed Feb 27, 2022
1 parent 41b3d31 commit 4d85b4b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CMakeSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"variables": [
{
"name": "CMAKE_TOOLCHAIN_FILE",
"value": "${env.VCPKG_ROOT}\\scripts\\buildsystems\\vcpkg.cmake",
"type": "STRING"
},
{
"name": "CMAKE_MODULE_PATH",
"value": "${workspaceRoot}/cmake/Modules",
Expand Down Expand Up @@ -59,4 +54,4 @@
"variables": []
}
]
}
}

0 comments on commit 4d85b4b

Please sign in to comment.