Skip to content

Commit 9c5516d

Browse files
committed
Fixed vcpkg-configuration baseline
1 parent ed77aa2 commit 9c5516d

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ premake5
33
out/
44
solutions/
55
cmake-build-debug/
6+
cmake-build-release/
67
.idea/
78
.DS_Store
89
.vscode/

vcpkg-configuration.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"default-registry": {
3-
"kind": "git",
4-
"repository": "https://github.com/Microsoft/vcpkg",
3+
"kind": "builtin",
54
"baseline": "74e6536215718009aae747d86d84b78376bf9e09"
65
},
76
"registries": []

vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
"boost-asio",
88
"boost-beast",
99
"boost-chrono"
10-
],
11-
"builtin-baseline": "74e6536215718009aae747d86d84b78376bf9e09"
10+
]
1211
}

0 commit comments

Comments
 (0)