mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
Change from BINARY_DIR to PROJECT_BINARY_DIR
This commit is contained in:
parent
e0c3b4a77d
commit
167f968fa8
14 changed files with 91 additions and 91 deletions
|
@ -9,7 +9,7 @@ set(python_example_files
|
|||
visitor.py
|
||||
)
|
||||
|
||||
set(z3py_bindings_build_dest "${CMAKE_BINARY_DIR}/python")
|
||||
set(z3py_bindings_build_dest "${PROJECT_BINARY_DIR}/python")
|
||||
|
||||
set(build_z3_python_examples_target_depends "")
|
||||
foreach (example_file ${python_example_files})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue