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.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/internal/rosa/cmake.go b/internal/rosa/cmake.go
index 10b2afc0..127423d1 100644
--- a/internal/rosa/cmake.go
+++ b/internal/rosa/cmake.go
@@ -6,7 +6,10 @@ import (
"strings"
)
-var _cmake = H("cmake")
+var (
+ _cmake = H("cmake")
+ _ninja = H("ninja")
+)
// CMakeHelper is the [CMake] build system helper.
type CMakeHelper struct {