3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 20:18:18 +00:00

rename additional build options #2709

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-11-18 22:31:45 -08:00
parent dc4adcb147
commit c7248a65e4

View file

@ -109,13 +109,13 @@ set_target_properties(z3_tptp5 PROPERTIES EXCLUDE_FROM_ALL TRUE)
################################################################################ ################################################################################
# Build Python examples # Build Python examples
################################################################################ ################################################################################
if (BUILD_PYTHON_BINDINGS) if (Z3_BUILD_PYTHON_BINDINGS)
add_subdirectory(python) add_subdirectory(python)
endif() endif()
################################################################################ ################################################################################
# Build dotnet examples # Build dotnet examples
################################################################################ ################################################################################
if (BUILD_DOTNET_BINDINGS) if (Z3_BUILD_DOTNET_BINDINGS)
add_subdirectory(dotnet) add_subdirectory(dotnet)
endif() endif()