Skip to content

Commit c061b27

Browse files
committed
upgrade catch2 to fix multi-config generator DISCOVERY_MODE issue
1 parent bd404ba commit c061b27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vcpkg-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"default-registry": {
44
"kind": "git",
55
"repository": "https://github.com/microsoft/vcpkg",
6-
"baseline": "13c3c0fcc203d179f4443fe48d252e3ff220cbeb"
6+
"baseline": "6c87aab05cb2ebd1c9e382167edf3b15a7718e70"
77
}
88
}

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": [
1313
{
1414
"name": "catch2",
15-
"version>=": "3.4.0"
15+
"version>=": "3.5.0"
1616
}
1717
]
1818
}

0 commit comments

Comments
 (0)