[llvm-bugs] [Bug 41551] New: z3 version check broken?
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Apr 21 04:14:58 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41551
Bug ID: 41551
Summary: z3 version check broken?
Product: Build scripts
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: felix-llvm at fefe.de
CC: llvm-bugs at lists.llvm.org
When I run cmake, I get this error message:
-- Could NOT find Z3: Found unsuitable version "4.8.4", but required is at
least "4.7.1" (found /usr/lib64/libz3.so)
CMake Error at CMakeLists.txt:399 (message):
LLVM_ENABLE_Z3_SOLVER cannot be enabled when Z3 is not available.
I'm confused. Is 4.8.4 too new and the message is misleading or is the check
wrong?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190421/1e1cbb26/attachment.html>
More information about the llvm-bugs
mailing list