mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
Use Z3_ option prefix in cmake with Java bindings build command (#4612)
Just s/BUILD_JAVA_BINDINGS/Z3_BUILD_JAVA_BINDINGS/ to make the build command actually build Java bindings instead of just throwing a warning.
This commit is contained in:
parent
7fa5b31fe1
commit
b82dff531e
|
@ -303,7 +303,7 @@ installation of Java. If CMake fails to find your installation of Java set the
|
||||||
correct location. For example
|
correct location. For example
|
||||||
|
|
||||||
```
|
```
|
||||||
JAVA_HOME=/usr/lib/jvm/default cmake -DBUILD_JAVA_BINDINGS=ON ../
|
JAVA_HOME=/usr/lib/jvm/default cmake -DZ3_BUILD_JAVA_BINDINGS=ON ../
|
||||||
```
|
```
|
||||||
Note that the built ``.jar`` file is named ``com.microsoft.z3-VERSION.jar``
|
Note that the built ``.jar`` file is named ``com.microsoft.z3-VERSION.jar``
|
||||||
where ``VERSION`` is the Z3 version. Under non Windows systems a
|
where ``VERSION`` is the Z3 version. Under non Windows systems a
|
||||||
|
|
Loading…
Reference in a new issue