mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Only CMake >= 3.2 supports the `USES_TERMINAL
` argument to
add_custom_command()
This commit is contained in:
parent
9f5f8f128f
commit
32e51eda2e
3 changed files with 16 additions and 6 deletions
|
@ -15,7 +15,7 @@ add_custom_command(OUTPUT "database.h"
|
|||
DEPENDS "${CMAKE_SOURCE_DIR}/scripts/mk_pat_db.py"
|
||||
"${CMAKE_SOURCE_DIR}/scripts/mk_util.py"
|
||||
COMMENT "Generating \"database.h\""
|
||||
USES_TERMINAL
|
||||
${ADD_CUSTOM_COMMAND_USES_TERMINAL_ARG}
|
||||
VERBATIM
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue