[llvm-bugs] [Bug 40823] New: Incompatible version number format in CheckCompilerVer
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Feb 22 10:27:31 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=40823
Bug ID: 40823
Summary: Incompatible version number format in CheckCompilerVer
Product: Build scripts
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: jascha at jawset.com
CC: llvm-bugs at lists.llvm.org
CheckCompilerVersion.cmake uses
set(MSVC_MIN 19.00.24213.1)
but cmake only extracts major.minor for MSVC.
This prevents Cmake from building with clang and a new enough MSVC version like
19.00.24215.1.
--
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/20190222/ffde778c/attachment.html>
More information about the llvm-bugs
mailing list