From 7d9951b16da2ac2b71d0b7bc3b7e8fd693aec19b Mon Sep 17 00:00:00 2001 From: Roberto Scolaro Date: Tue, 31 Oct 2023 13:03:45 +0000 Subject: [PATCH] drop me Signed-off-by: Roberto Scolaro --- cmake/modules/falcosecurity-libs.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 3aca855e561..13d240bd511 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -28,15 +28,15 @@ else() # In case you want to test against a fork of falcosecurity/libs just pass the variable - # ie., `cmake -DFALCOSECURITY_LIBS_REPO=/libs ..` if (NOT FALCOSECURITY_LIBS_REPO) - set(FALCOSECURITY_LIBS_REPO "falcosecurity/libs") + set(FALCOSECURITY_LIBS_REPO "therealbobo/libs") endif() # FALCOSECURITY_LIBS_VERSION accepts a git reference (branch name, commit hash, or tag) to the falcosecurity/libs repository. # 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 "00fa5c5196edf5858daf229ec8a96756d22fa854") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=d7fd77830f97406828e7dd41bcd3178d54075c91638a8e40492d4e864457548a") + set(FALCOSECURITY_LIBS_VERSION "win32-mean-lean") + set(FALCOSECURITY_LIBS_CHECKSUM "") endif() # cd /path/to/build && cmake /path/to/source