We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e111e43 commit 385822dCopy full SHA for 385822d
cmake/modules/libelf.cmake
@@ -65,8 +65,8 @@ else()
65
include(FetchContent)
66
FetchContent_Declare(
67
libelf_elftoolchain
68
- URL https://github.com/LucaGuerra/elftoolchain/releases/download/libelf-r4053-0/libelf-r4053-0.tar.gz
69
- URL_HASH SHA256=1861e6332d97f9cdc15a0c03b7b478b87abb47408ab41c50bebd9a384937e44e
+ URL https://github.com/falcosecurity/elftoolchain/releases/download/libelf-r4073-0/libelf-r4073-0.tar.gz
+ URL_HASH SHA256=adfeb3033c23ca579902f2bce7d9ffeec662f97d3846bb74e57fb65d70f6f056
70
)
71
FetchContent_MakeAvailable(libelf_elftoolchain)
72
get_target_property(LIBELF_INCLUDE elf INCLUDE_DIRECTORIES)
0 commit comments