Skip to content

Commit

Permalink
fix: update cmake installation command for Windows, close #20
Browse files Browse the repository at this point in the history
  • Loading branch information
leoli0605 committed May 15, 2024
1 parent 44b70c1 commit 717e5b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"ilspy",
"imagej",
"inkscape",
"installargs",
"Keyviz",
"kicad",
"krita",
Expand Down
2 changes: 1 addition & 1 deletion packageData.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"install": {
"linux": "asdf plugin add cmake && asdf install cmake latest && asdf global cmake latest",
"mac": "asdf plugin add cmake && asdf install cmake latest && asdf global cmake latest",
"windows": "choco install cmake -y"
"windows": "choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'"
},
"type": "disable"
},
Expand Down

0 comments on commit 717e5b6

Please sign in to comment.