Skip to content

Commit

Permalink
rename additional build options #2709
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Nov 19, 2019
1 parent dc4adcb commit c7248a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ set_target_properties(z3_tptp5 PROPERTIES EXCLUDE_FROM_ALL TRUE)
################################################################################
# Build Python examples
################################################################################
if (BUILD_PYTHON_BINDINGS)
if (Z3_BUILD_PYTHON_BINDINGS)
add_subdirectory(python)
endif()

################################################################################
# Build dotnet examples
################################################################################
if (BUILD_DOTNET_BINDINGS)
if (Z3_BUILD_DOTNET_BINDINGS)
add_subdirectory(dotnet)
endif()

0 comments on commit c7248a6

Please sign in to comment.