mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 01:32:17 +00:00
cmake: Cleanup remnants of workaround for USES_TERMINAL.
In older versions, this was dependent upon the version of cmake, but when it was updated for newer cmake, these remnants were left.
This commit is contained in:
parent
8313282cda
commit
42f5047463
9 changed files with 15 additions and 22 deletions
|
@ -29,7 +29,7 @@ add_custom_command(OUTPUT ${generated_files}
|
|||
# FIXME: When update_api.py no longer uses ``mk_util`` drop this dependency
|
||||
"${PROJECT_SOURCE_DIR}/scripts/mk_util.py"
|
||||
COMMENT "Generating ${generated_files}"
|
||||
${ADD_CUSTOM_COMMAND_USES_TERMINAL_ARG}
|
||||
USES_TERMINAL
|
||||
VERBATIM
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue