aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/cmake.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/cmake.go')
-rw-r--r--internal/rosa/cmake.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/cmake.go b/internal/rosa/cmake.go
index 16d549c9..c169b046 100644
--- a/internal/rosa/cmake.go
+++ b/internal/rosa/cmake.go
@@ -106,9 +106,7 @@ index 2ead810437..f85cbb8b1c 100644
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newCMake,
-
+ native.mustRegister(Toolchain.newCMake, &Metadata{
Name: "cmake",
Description: "cross-platform, open-source build system",
Website: "https://cmake.org/",