mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +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
|
@ -15,7 +15,7 @@ add_custom_command(OUTPUT "database.h"
|
|||
DEPENDS "${PROJECT_SOURCE_DIR}/scripts/mk_pat_db.py"
|
||||
${Z3_GENERATED_FILE_EXTRA_DEPENDENCIES}
|
||||
COMMENT "Generating \"database.h\""
|
||||
${ADD_CUSTOM_COMMAND_USES_TERMINAL_ARG}
|
||||
USES_TERMINAL
|
||||
VERBATIM
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue