Skip to content

Commit 2b7d693

Browse files
authored
Merge pull request #297 from arduino/cmake-include-fix
[WE-32] examples cmake export include Arduino.h for Intel boards
2 parents f9d69df + 53434ba commit 2b7d693

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)