Skip to content

Commit

Permalink
Removed forwarding of --cbuild2cmake flag
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 committed Sep 9, 2024
1 parent bb81fba commit b58a89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/builder/csolution/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ func (b CSolutionBuilder) generateBuildFiles() (err error) {
args = append(args, "--quiet")
}

if b.Options.UseCbuild2CMake {
args = append(args, "--cbuild2cmake")
if !b.Options.UseCbuild2CMake {
args = append(args, "--cbuildgen")
}

var stdErr string
Expand Down

0 comments on commit b58a89a

Please sign in to comment.