Skip to content

Commit 928489c

Browse files
committed
Speichere korrekten Toolchain-Pfad für CI
1 parent fdee52d commit 928489c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMakePresets.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33
"configurePresets": [
44
{
55
"name": "ci-windows",
6+
"displayName": "CI Build for Windows",
7+
"description": "Build preset for GitHub Actions on Windows",
68
"generator": "Visual Studio 17 2022",
79
"binaryDir": "${sourceDir}/out/build/${presetName}",
810
"architecture": "x64",
911
"cacheVariables": {
10-
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
12+
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
1113
}
1214
}
1315
]
1416
}
1517

1618

19+

0 commit comments

Comments
 (0)