We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d58062 commit 19a9e54Copy full SHA for 19a9e54
1 file changed
cmake/FindLibRI.cmake
@@ -16,7 +16,7 @@ if(NOT LIBRI_DIR)
16
include(FetchContent)
17
FetchContent_Declare(
18
LibRI
19
- URL https://github.com/abacusmodeling/LibRI/archive/refs/tags/v0.2.1.1.tar.gz
+ URL https://codeload.github.com/abacusmodeling/LibRI//tar.gz/v0.2.1.1
20
)
21
FetchContent_Populate(LibRI)
22
set(LIBRI_DIR ${libri_SOURCE_DIR})
0 commit comments