Skip to content

Commit

Permalink
build: fix dep version
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <[email protected]>
  • Loading branch information
leodido authored and poiana committed Jan 23, 2020
1 parent 3132174 commit 32b373a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cmake/modules/sysdig-repo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 32b373a

Please sign in to comment.