Skip to content

Commit b615e97

Browse files
committed
build: default preset enables tests
1 parent 9c20b9d commit b615e97

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CMakePresets.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
1818
"LLVM_ROOT": "$env{LLVM_ROOT}",
1919
"Clang_ROOT": "$env{LLVM_ROOT}",
20-
"MRDOCS_BUILD_TESTS": "ON"
20+
"MRDOCS_BUILD_TESTS": "ON",
21+
"VCPKG_MANIFEST_FEATURES": "tests"
2122
},
2223
"vendor": {
2324
"microsoft.com/VisualStudioSettings/CMake/1.0": {
@@ -56,7 +57,8 @@
5657
"description": "Release Config without Tests.",
5758
"binaryDir": "${sourceDir}/build/${presetName}",
5859
"cacheVariables": {
59-
"MRDOCS_BUILD_TESTS": "OFF"
60+
"MRDOCS_BUILD_TESTS": "OFF",
61+
"VCPKG_MANIFEST_FEATURES": ""
6062
}
6163
}
6264
]

0 commit comments

Comments
 (0)