Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[autofix.ci] apply automated fixes
  • Loading branch information
autofix-ci[bot] authored Dec 7, 2025
commit f3d020af3314a6e5ab1f5618612da173ae457012
6 changes: 5 additions & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,11 @@ description = "Home for Cluster API, a subproject of sig-cluster-lifecycle"
test = ["clusterctl version", "{{version}}"]

[tools.cmake]
backends = ["aqua:Kitware/CMake", "asdf:mise-plugins/mise-cmake", "vfox:mise-plugins/vfox-cmake"]
backends = [
"aqua:Kitware/CMake",
"asdf:mise-plugins/mise-cmake",
"vfox:mise-plugins/vfox-cmake",
]
description = "CMake is a tool to manage building of source code. Originally, CMake was designed as a generator for various dialects of Makefile, today CMake generates modern buildsystems such as Ninja as well as project files for IDEs such as Visual Studio and Xcode"
test = ["cmake --version", """
cmake version {{version}}
Expand Down
Loading