Skip to content

Commit

Permalink
try not specifying toolset
Browse files Browse the repository at this point in the history
  • Loading branch information
skallweitNV committed Aug 20, 2024
1 parent ba3bedb commit e92dcc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
# Setup MSVC.
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64

# Setup vcpkg caching.
- name: Export GitHub Actions cache environment variables
Expand Down
4 changes: 0 additions & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@
"value": "x64",
"strategy": "external"
},
"toolset": {
"value": "host=x86,v143",
"strategy": "external"
},
"cacheVariables": {
"CMAKE_MAKE_PROGRAM": "${sourceDir}/tools/host/ninja/ninja.exe",
"CMAKE_C_COMPILER": "cl",
Expand Down

0 comments on commit e92dcc3

Please sign in to comment.