Skip to content

Commit fdee52d

Browse files
committed
Fix toolchain path for vcpkg in CI preset
1 parent 1e9e7dd commit fdee52d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakePresets.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
"binaryDir": "${sourceDir}/out/build/${presetName}",
88
"architecture": "x64",
99
"cacheVariables": {
10-
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
10+
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
1111
}
1212
}
1313
]
1414
}
15+
16+

0 commit comments

Comments
 (0)