From 32b373aa9a70bb00cefce9e6a866246a72e8159f Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Thu, 23 Jan 2020 15:10:05 +0000 Subject: [PATCH] build: fix dep version Signed-off-by: Leonardo Di Donato --- cmake/modules/sysdig-repo/CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cmake/modules/sysdig-repo/CMakeLists.txt b/cmake/modules/sysdig-repo/CMakeLists.txt index bfa0c49e..1c9659e3 100644 --- a/cmake/modules/sysdig-repo/CMakeLists.txt +++ b/cmake/modules/sysdig-repo/CMakeLists.txt @@ -18,11 +18,10 @@ include(ExternalProject) # The sysdig git reference (branch name, commit hash, or tag) -# set(SYSDIG_VERSION falco/${FALCO_VERSION_MAJOR}.${FALCO_VERSION_MINOR}.${FALCO_VERSION_PATCH}") - -# todo(leodido, fntlnz) > use this line above when FALCO_VERSION variable is ok (PR 872) +# To update sysdig version for the next release, change the default below +# In case you want to test against another sysdig version just pass the variable - ie., `cmake -DSYSDIG_VERSION=dev ..` if(NOT SYSDIG_VERSION) - set(SYSDIG_VERSION "dev") + set(SYSDIG_VERSION "146a431edf95829ac11bfd9c85ba3ef08789bffe") endif() ExternalProject_Add(