Skip to content

Commit 385822d

Browse files
LucaGuerrapoiana
authored andcommitted
update(cmake): update libelf repo location and revision
Signed-off-by: Luca Guerra <luca@guerra.sh>
1 parent e111e43 commit 385822d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/modules/libelf.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ else()
6565
include(FetchContent)
6666
FetchContent_Declare(
6767
libelf_elftoolchain
68-
URL https://github.com/LucaGuerra/elftoolchain/releases/download/libelf-r4053-0/libelf-r4053-0.tar.gz
69-
URL_HASH SHA256=1861e6332d97f9cdc15a0c03b7b478b87abb47408ab41c50bebd9a384937e44e
68+
URL https://github.com/falcosecurity/elftoolchain/releases/download/libelf-r4073-0/libelf-r4073-0.tar.gz
69+
URL_HASH SHA256=adfeb3033c23ca579902f2bce7d9ffeec662f97d3846bb74e57fb65d70f6f056
7070
)
7171
FetchContent_MakeAvailable(libelf_elftoolchain)
7272
get_target_property(LIBELF_INCLUDE elf INCLUDE_DIRECTORIES)

0 commit comments

Comments
 (0)