We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1e2f0 commit 68662b7Copy full SHA for 68662b7
CMakePresets.json
@@ -109,7 +109,7 @@
109
"hidden": true,
110
"cacheVariables": {
111
"CMAKE_BUILD_TYPE": "Debug",
112
- "VCPKG_MANIFEST_FEATURES": "test",
+ "VCPKG_MANIFEST_FEATURES": "tests",
113
"FEATURE_TESTS": true
114
}
115
},
vcpkg.json
@@ -7,7 +7,7 @@
7
],
8
"default-features": [],
9
"features": {
10
- "test": {
+ "tests": {
11
"description": "Dependencies for testing",
12
"dependencies": [
13
{
0 commit comments