Skip to content

Commit 53434ba

Browse files
author
Roberto Sora
committed
removes sub-commands ContainerMergeCopySketchFiles, FilterSketchSource, SketchSaver from ExportProjectCMake
1 parent f9d69df commit 53434ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

create_cmake_rule.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ func (s *ExportProjectCMake) Run(ctx *types.Context) error {
109109

110110
// Use old ctags method to generate export file
111111
commands := []types.Command{
112-
&ContainerMergeCopySketchFiles{},
112+
//&ContainerMergeCopySketchFiles{},
113113
&ContainerAddPrototypes{},
114-
&FilterSketchSource{Source: &ctx.Source, RemoveLineMarkers: true},
115-
&SketchSaver{},
114+
//&FilterSketchSource{Source: &ctx.Source, RemoveLineMarkers: true},
115+
//&SketchSaver{},
116116
}
117117

118118
for _, command := range commands {

0 commit comments

Comments
 (0)