Skip to content

Commit

Permalink
Merge pull request #1662 from pybamm-team/fix_vcpkg_config
Browse files Browse the repository at this point in the history
Update vcpkg configuration
  • Loading branch information
valentinsulzer committed Sep 13, 2021
2 parents fd864c0 + 26a520e commit 28ff4b5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"default-registry": {
"kind": "builtin",
"baseline": "642d1ccb276ce13d8a8521b1ef2856f5f7bc9cdd"
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/pybamm-team/sundials-vcpkg-registry.git",
"baseline": "3cdbafc061c4cdda2377c77c86aeb72cfcfbada6",
"packages": [ "sundials" ]
"packages": [ "sundials" ],
"baseline": "c19f72020d323811c5a5adf96235b961ec4ef89a"
}
]
}

0 comments on commit 28ff4b5

Please sign in to comment.