Skip to content

Commit

Permalink
Removed 'export_cmake' hack
Browse files Browse the repository at this point in the history
It is buggy, unmaintained and no more used.
  • Loading branch information
cmaglie committed Dec 29, 2023
1 parent db53f81 commit 2f98eea
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 381 deletions.
3 changes: 0 additions & 3 deletions internal/arduino/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,6 @@ func (b *Builder) Build() error {
if buildErr != nil {
return buildErr
}
if err := b.exportProjectCMake(b.libsDetector.ImportedLibraries(), b.libsDetector.IncludeFolders()); err != nil {
return err
}
b.Progress.CompleteStep()

if err := b.size(); err != nil {
Expand Down
Loading

0 comments on commit 2f98eea

Please sign in to comment.