Skip to content

Commit

Permalink
[cbuild2cmake] Give the build step access to the terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
brondani committed Aug 27, 2024
1 parent e3a14c7 commit 9fc3c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/maker/superlists.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ foreach(INDEX RANGE ${CONTEXTS_LENGTH})
COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR>` + verbosity + `
BUILD_ALWAYS TRUE
BUILD_BYPRODUCTS ${OUTPUTS_${N}}` + logConfigure + `
USES_TERMINAL_BUILD ON
)
ExternalProject_Add_StepTargets(${CONTEXT} build configure)
Expand Down

0 comments on commit 9fc3c00

Please sign in to comment.