mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
align readme-cmake and cmakelists.txt according to current state #2732
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5dfe4a4b48
commit
5cbabb20ac
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ set(DOTNET_API_OPTIONS "")
|
|||
set(JAVA_API_OPTIONS "")
|
||||
SET(DOC_EXTRA_DEPENDS "")
|
||||
|
||||
if (BUILD_PYTHON_BINDINGS)
|
||||
if (Z3_BUILD_PYTHON_BINDINGS)
|
||||
# FIXME: Don't hard code this path
|
||||
list(APPEND PYTHON_API_OPTIONS "--z3py-package-path" "${PROJECT_BINARY_DIR}/python/z3")
|
||||
list(APPEND DOC_EXTRA_DEPENDS "build_z3_python_bindings")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue