Skip to content

Commit 0e4592b

Browse files
committed
Enable build of tests on MSVC CI
1 parent c49297f commit 0e4592b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"binaryDir": "${sourceDir}/build",
99
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
1010
"cacheVariables": {
11-
"BUILD_TESTING": "OFF",
11+
"BUILD_TESTING": "ON",
1212
"SWIG_PYTHON": "OFF",
1313
"MOD_AVFORMAT": "ON",
1414
"MOD_DECKLINK": "OFF",

0 commit comments

Comments
 (0)