Skip to content

Commit

Permalink
CppCheck needs vcpkg dependencies to configure correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Feb 25, 2024
1 parent 817a255 commit 589e608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{
"name": "cppcheck",
"displayName": "Configure for use with cppcheck",
"inherits": [ "sibling-build-preset", "compile-commands", "no-testing" ]
"inherits": [ "sibling-build-preset", "compile-commands", "no-testing", "vcpkg" ]
},
{
"name": "ci-linux",
Expand Down

0 comments on commit 589e608

Please sign in to comment.