Skip to content

Commit

Permalink
Add missing cmake dependency in pixi
Browse files Browse the repository at this point in the history
traversaro committed Apr 22, 2024
1 parent 5697ccb commit 8cfbed3
Showing 2 changed files with 251 additions and 0 deletions.
250 changes: 250 additions & 0 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
@@ -42,6 +42,7 @@ uninstall = { cmd = ["cmake", "--build", ".build", "--target", "uninstall"]}


[dependencies]
cmake = "*"
c-compiler = "*"
cxx-compiler = "*"
ninja = "*"

0 comments on commit 8cfbed3

Please sign in to comment.