From 9830ee84c5652f5512b692b59ce78d20b654d85a Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Tue, 23 Nov 2021 17:27:52 +0100 Subject: [PATCH] update(build): updated libs pointing to my repo to correctly test https://github.com/falcosecurity/libs/pull/144. Signed-off-by: Federico Di Pierro --- cmake/modules/falcosecurity-libs-repo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt b/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt index 0b82aa90ca2..960bb771671 100644 --- a/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt +++ b/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt @@ -19,7 +19,7 @@ message(STATUS "Driver version: ${FALCOSECURITY_LIBS_VERSION}") ExternalProject_Add( falcosecurity-libs - URL "https://github.com/falcosecurity/libs/archive/${FALCOSECURITY_LIBS_VERSION}.tar.gz" + URL "https://github.com/fededp/libs/archive/${FALCOSECURITY_LIBS_VERSION}.tar.gz" URL_HASH "${FALCOSECURITY_LIBS_CHECKSUM}" CONFIGURE_COMMAND "" BUILD_COMMAND ""