Skip to content

Commit 68662b7

Browse files
committed
rename vcpkg feature
1 parent 9a1e2f0 commit 68662b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"hidden": true,
110110
"cacheVariables": {
111111
"CMAKE_BUILD_TYPE": "Debug",
112-
"VCPKG_MANIFEST_FEATURES": "test",
112+
"VCPKG_MANIFEST_FEATURES": "tests",
113113
"FEATURE_TESTS": true
114114
}
115115
},

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"default-features": [],
99
"features": {
10-
"test": {
10+
"tests": {
1111
"description": "Dependencies for testing",
1212
"dependencies": [
1313
{

0 commit comments

Comments
 (0)