From 7c91c56f3d0d083e998bcc2051d1ea5a4f354742 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Sun, 15 May 2022 19:41:12 +0200 Subject: [PATCH] Updated cmake with latest win-llvm (#451) Updated cmake with latest win-llvm --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06e431adb..e336f2a09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,11 +43,11 @@ if(CMAKE_C_COMPILER_ID STREQUAL "MSVC") endif() FetchContent_Declare( LLVM_Windows - URL https://github.com/c3lang/win-llvm/releases/download/llvm-lld-14.0.1/llvm-14.0.1-windows-amd64-msvc16-libcmt.7z + URL https://github.com/c3lang/win-llvm/releases/download/llvm-vs22/llvm-14.0.1-windows-amd64-msvc17-libcmt.7z ) FetchContent_Declare( LLVM_Windows_debug - URL https://github.com/c3lang/win-llvm/releases/download/llvm-lld-14.0.1/llvm-14.0.1-windows-amd64-msvc16-libcmt-dbg.7z + URL https://github.com/c3lang/win-llvm/releases/download/llvm-vs22/llvm-14.0.1-windows-amd64-msvc17-libcmt-dbg.7z ) if(CMAKE_BUILD_TYPE STREQUAL "Debug") message("Loading Windows LLVM debug libraries, this may take a while...")