Skip to content

Commit b7762f2

Browse files
authored
Bump required minimal Z3 version from 4.7.1 to 4.8.9 (#96682)
https://discourse.llvm.org/t/bump-minimal-z3-requirements-from-4-7-1-to-4-8-9/79664 This supposed to unblock #95128 and #95129.
1 parent 17eaa23 commit b7762f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,11 +572,11 @@ option(LLVM_ENABLE_Z3_SOLVER
572572
)
573573

574574
if (LLVM_ENABLE_Z3_SOLVER)
575-
find_package(Z3 4.7.1)
575+
find_package(Z3 4.8.9)
576576

577577
if (LLVM_Z3_INSTALL_DIR)
578578
if (NOT Z3_FOUND)
579-
message(FATAL_ERROR "Z3 >= 4.7.1 has not been found in LLVM_Z3_INSTALL_DIR: ${LLVM_Z3_INSTALL_DIR}.")
579+
message(FATAL_ERROR "Z3 >= 4.8.9 has not been found in LLVM_Z3_INSTALL_DIR: ${LLVM_Z3_INSTALL_DIR}.")
580580
endif()
581581
endif()
582582

0 commit comments

Comments
 (0)