Skip to content

Commit

Permalink
feat(build): Udig, Now part of Sysdig
Browse files Browse the repository at this point in the history
Refrencing the recent udig merge into the core libraries.

Signed-off-by: Kris Nova <kris@nivenly.com>
  • Loading branch information
krisnova committed Jul 1, 2020
1 parent 977ac6e commit c2f5465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/sysdig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ file(MAKE_DIRECTORY ${SYSDIG_CMAKE_WORKING_DIR})
# 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 "422ab408c5706fbdd45432646cc197eb79459169")
set(SYSDIG_CHECKSUM "SHA256=367db2a480bca327a46f901bcc8384f151231bcddba88c719a06cf13971f4ab5")
set(SYSDIG_VERSION "2007b0febd63307c120867cf18774596db26728f")
set(SYSDIG_CHECKSUM "SHA256=e01a3ceb7e4418dd78f6bd0777dd648dd6dcd4b5ce7982b59e3d84fc2d87d855")
endif()
set(PROBE_VERSION "${SYSDIG_VERSION}")

Expand Down

0 comments on commit c2f5465

Please sign in to comment.