mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +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:
parent
195d81ebef
commit
1a0bff7480
|
@ -59,6 +59,7 @@ endif()
|
||||||
add_custom_target(api_docs ${ALWAYS_BUILD_DOCS_ARG}
|
add_custom_target(api_docs ${ALWAYS_BUILD_DOCS_ARG}
|
||||||
COMMAND
|
COMMAND
|
||||||
"${PYTHON_EXECUTABLE}" "${MK_API_DOC_SCRIPT}"
|
"${PYTHON_EXECUTABLE}" "${MK_API_DOC_SCRIPT}"
|
||||||
|
--build "${CMAKE_BINARY_DIR}"
|
||||||
--doxygen-executable "${DOXYGEN_EXECUTABLE}"
|
--doxygen-executable "${DOXYGEN_EXECUTABLE}"
|
||||||
--output-dir "${DOC_DEST_DIR}"
|
--output-dir "${DOC_DEST_DIR}"
|
||||||
--temp-dir "${DOC_TEMP_DIR}"
|
--temp-dir "${DOC_TEMP_DIR}"
|
||||||
|
|
Loading…
Reference in a new issue