3
0
Fork 0
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:
Dan Liew 2016-02-29 16:03:20 +00:00
parent 9f5f8f128f
commit 32e51eda2e
3 changed files with 16 additions and 6 deletions

View file

@ -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
)