From ce4d5553365b1cbcd798ace62f23ff6c8e384262 Mon Sep 17 00:00:00 2001 From: Andrew Sorensen Date: Sat, 27 Jul 2024 17:39:44 +1000 Subject: [PATCH] Update URL to patched URL --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e3e2caa3..ef81ee85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -210,7 +210,7 @@ else() if(PACKAGE) ExternalProject_Add(LLVM PREFIX llvm - URL http://extempore.moso.com.au/extras/llvm-3.8.0.src-patched-for-extempore.tar.xz + URL https://github.com/digego/extempore/releases/download/v0.8.9/llvm-3.8.0.src-patched-for-extempore.tar.xz URL_MD5 600ee9a94d2e104f53be739568f3508e CMAKE_ARGS -DLLVM_TARGETS_TO_BUILD=X86 @@ -232,7 +232,7 @@ else() else() ExternalProject_Add(LLVM PREFIX llvm - URL http://extempore.moso.com.au/extras/llvm-3.8.0.src-patched-for-extempore.tar.xz + URL https://github.com/digego/extempore/releases/download/v0.8.9/llvm-3.8.0.src-patched-for-extempore.tar.xz URL_MD5 600ee9a94d2e104f53be739568f3508e CMAKE_ARGS -DLLVM_TARGETS_TO_BUILD=X86