We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4adcb commit c7248a6Copy full SHA for c7248a6
examples/CMakeLists.txt
@@ -109,13 +109,13 @@ set_target_properties(z3_tptp5 PROPERTIES EXCLUDE_FROM_ALL TRUE)
109
################################################################################
110
# Build Python examples
111
112
-if (BUILD_PYTHON_BINDINGS)
+if (Z3_BUILD_PYTHON_BINDINGS)
113
add_subdirectory(python)
114
endif()
115
116
117
# Build dotnet examples
118
119
-if (BUILD_DOTNET_BINDINGS)
+if (Z3_BUILD_DOTNET_BINDINGS)
120
add_subdirectory(dotnet)
121
0 commit comments