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: unassignedb...@nondot.org
          Reporter: jas...@jawset.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to