mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +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
|
@ -69,7 +69,7 @@ add_custom_target(api_docs ${ALWAYS_BUILD_DOCS_ARG}
|
|||
DEPENDS
|
||||
${DOC_EXTRA_DEPENDS}
|
||||
COMMENT "Generating documentation"
|
||||
${ADD_CUSTOM_TARGET_USES_TERMINAL_ARG}
|
||||
USES_TERMINAL
|
||||
)
|
||||
|
||||
# Remove generated documentation when running `clean` target.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue