Skip to content

Commit

Permalink
Merge pull request #35 from XxX-Daniil-underscore-Zaikin-XxX/master
Browse files Browse the repository at this point in the history
Fixes build script
  • Loading branch information
nikitalita authored Jun 14, 2024
2 parents 588a6dc + 44d8b89 commit e4dee08
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,27 @@
"dependencies": [
"boost-container"
],
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
"repository": "https://github.com/Microsoft/vcpkg",
"baseline": "4cb4a5c5ddcb9de0c83c85837ee6974c8333f032"
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "7ef729383ab801504035a4445b6dbca18c8865c8",
"packages": [ "boost-modular-build-helper" ]
},
{
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "caa7579a1c48e2ca770f6ccf98cb03db95642631",
"packages": [ "boost*", "boost-*" ]
}
]
},
"features": {
"standalone": {
"description": "Build as a standalone program",
Expand All @@ -22,6 +43,5 @@
]
}
},
"default-features": ["standalone"],
"builtin-baseline": "4cb4a5c5ddcb9de0c83c85837ee6974c8333f032"
"default-features": ["standalone"]
}

0 comments on commit e4dee08

Please sign in to comment.