From 2941dfd8a17b6af690641ea545f9aa322be1e250 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Thu, 29 Aug 2024 11:29:03 +0200 Subject: [PATCH] TO BE REMOVED: bumped libs to head of https://github.com/falcosecurity/libs/pull/2034. Signed-off-by: Federico Di Pierro --- cmake/modules/falcosecurity-libs.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 8b3deb65b05..12f5286d79e 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -35,8 +35,8 @@ else() # In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable - # ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..` if(NOT FALCOSECURITY_LIBS_VERSION) - set(FALCOSECURITY_LIBS_VERSION "0.18.0") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=0af0d46edcf97c01e3b5307732ff451d5175e8231ee6b8eec0a498d4c48f308b") + set(FALCOSECURITY_LIBS_VERSION "d8865276b5cac665f318d1a52be945f556d87a41") + #set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=aedc4120d335ee2ebf7f3c2e6346fc985ca09a49d14ff7c6249a033e47d160bf") endif() # cd /path/to/build && cmake /path/to/source