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, 1 insertions, 4 deletions
diff --git a/internal/rosa/cmake.go b/internal/rosa/cmake.go
index cbce846e..10b2afc0 100644
--- a/internal/rosa/cmake.go
+++ b/internal/rosa/cmake.go
@@ -48,11 +48,8 @@ func (*CMakeHelper) wantsWrite() bool { return false }
// scriptEarly returns the zero value.
func (*CMakeHelper) scriptEarly() string { return "" }
-// createDir returns true.
-func (*CMakeHelper) createDir() bool { return true }
-
// wantsDir returns a hardcoded, deterministic pathname.
-func (*CMakeHelper) wantsDir() string { return "/cure/" }
+func (*CMakeHelper) wantsDir() (string, bool) { return "/cure/", true }
// script generates the cure script.
func (attr *CMakeHelper) script(t Toolchain, name string) string {