Skip to content

Commit ca61c6d

Browse files
feat: Pin vcpkg baseline and GTest version
1 parent 6566280 commit ca61c6d

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

vcpkg.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"dependencies": [
3-
"gtest"
4-
]
5-
}
3+
{
4+
"name": "gtest",
5+
"version>=": "1.16.0"
6+
}
7+
],
8+
"builtin-baseline": "ce613c41372b23b1f51333815feb3edd87ef8a8b"
9+
}

0 commit comments

Comments
 (0)