mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
cmake: Use FindPython3
. (#7019)
`FindPythonInterp` has been deprecated for a long time and is more verbal about that deprecation now. The build system no longer uses `PYTHON_EXECUTABLE` but instead uses `Python3_EXECUTABLE`.
This commit is contained in:
parent
b5e8f59eae
commit
9d1ceab1f2
10 changed files with 18 additions and 18 deletions
|
@ -58,7 +58,7 @@ endif()
|
|||
|
||||
add_custom_target(api_docs ${ALWAYS_BUILD_DOCS_ARG}
|
||||
COMMAND
|
||||
"${PYTHON_EXECUTABLE}" "${MK_API_DOC_SCRIPT}"
|
||||
"${Python3_EXECUTABLE}" "${MK_API_DOC_SCRIPT}"
|
||||
--build "${PROJECT_BINARY_DIR}"
|
||||
--doxygen-executable "${DOXYGEN_EXECUTABLE}"
|
||||
--output-dir "${DOC_DEST_DIR}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue