3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

[CMake] When invoking mk_api_doc.py pass the build directory.

This change was requested by @wintersteiger as an alternative way
to unbreak the TravisCI builds.
This commit is contained in:
Dan Liew 2017-11-11 22:49:14 +00:00
parent 195d81ebef
commit 1a0bff7480

View file

@ -59,6 +59,7 @@ endif()
add_custom_target(api_docs ${ALWAYS_BUILD_DOCS_ARG}
COMMAND
"${PYTHON_EXECUTABLE}" "${MK_API_DOC_SCRIPT}"
--build "${CMAKE_BINARY_DIR}"
--doxygen-executable "${DOXYGEN_EXECUTABLE}"
--output-dir "${DOC_DEST_DIR}"
--temp-dir "${DOC_TEMP_DIR}"