We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17eaa23 commit b7762f2Copy full SHA for b7762f2
llvm/CMakeLists.txt
@@ -572,11 +572,11 @@ option(LLVM_ENABLE_Z3_SOLVER
572
)
573
574
if (LLVM_ENABLE_Z3_SOLVER)
575
- find_package(Z3 4.7.1)
+ find_package(Z3 4.8.9)
576
577
if (LLVM_Z3_INSTALL_DIR)
578
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}.")
+ message(FATAL_ERROR "Z3 >= 4.8.9 has not been found in LLVM_Z3_INSTALL_DIR: ${LLVM_Z3_INSTALL_DIR}.")
580
endif()
581
582
0 commit comments