3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-07 02:11:08 +00:00

Update README-CMake.md

Co-authored-by: gonzalobg <65027571+gonzalobg@users.noreply.github.com>
This commit is contained in:
Nikolaj Bjorner 2025-08-27 08:44:47 -07:00 committed by GitHub
parent a3bb2f070c
commit 92c3f32f08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ cmake targets are added to the project:
include(FetchContent)
FetchContent_Declare(Z3
GIT_REPOSITORY https://github.com/Z3Prover/z3
GIT_TAG z3-4.12.1
GIT_TAG z3-4.15.3
)
FetchContent_MakeAvailable(Z3)