Skip to content

Commit

Permalink
Correct a typo in contrib/ci/README.md (Z3Prover#5453)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Aug 3, 2021
1 parent f333d78 commit 60a2505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ the future.
* `Z3_CMAKE_GENERATOR` - CMake generator (`Ninja` or `Unix Makefiles`)
* `Z3_VERBOSE_BUILD_OUTPUT` - Show compile commands in CMake builds (`0` or `1`)
* `Z3_BUILD_LIBZ3_SHARED` - Build Z3 binaries and libraries dynamically/statically (`0` or `1`)
* `Z3_SYSTEM_TEST_GIT_REVISION` - Git revision of [z3test](https://github.com/Z3Prover/z3test). If empty lastest revision will be used.
* `Z3_SYSTEM_TEST_GIT_REVISION` - Git revision of [z3test](https://github.com/Z3Prover/z3test). If empty latest revision will be used.
* `Z3_WARNINGS_AS_ERRORS` - Set the `WARNINGS_AS_ERRORS` CMake option passed to Z3 (`OFF`, `ON`, or `SERIOUS_ONLY`)

### Linux
Expand Down

0 comments on commit 60a2505

Please sign in to comment.