3
0
Fork 0
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:
Bruce Mitchener 2022-07-02 21:04:20 +07:00 committed by Nikolaj Bjorner
parent 8313282cda
commit 42f5047463
9 changed files with 15 additions and 22 deletions

View file

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