Skip to content

Commit

Permalink
fix windows github action build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaraslaut committed Nov 24, 2024
1 parent 9ecf505 commit 5ba6173
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/presets/os-windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
"CMAKE_SYSTEM_VERSION": "10",
"CMAKE_VERBOSE_MAKEFILE": "ON",
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
"LIBTERMINAL_BUILD_BENCH_HEADLESS": "OFF"
}
},
{ "name": "windows-cl-debug", "inherits": ["windows-common", "debug"], "displayName": "Windows (MSVC) Debug", "description": "Using MSVC compiler (64-bit)" },
Expand Down

0 comments on commit 5ba6173

Please sign in to comment.