Skip to content

Commit 19a9e54

Browse files
Kai Luokluonju
andauthored
Fix: Update LibRI URL in FindLibRI.cmake to use codeload for fetching (#6723)
Co-authored-by: Kai Luo <kluophysics@gmail.com>
1 parent 6d58062 commit 19a9e54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/FindLibRI.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(NOT LIBRI_DIR)
1616
include(FetchContent)
1717
FetchContent_Declare(
1818
LibRI
19-
URL https://github.com/abacusmodeling/LibRI/archive/refs/tags/v0.2.1.1.tar.gz
19+
URL https://codeload.github.com/abacusmodeling/LibRI//tar.gz/v0.2.1.1
2020
)
2121
FetchContent_Populate(LibRI)
2222
set(LIBRI_DIR ${libri_SOURCE_DIR})

0 commit comments

Comments
 (0)