We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab83b3 commit 2941dfdCopy full SHA for 2941dfd
cmake/modules/falcosecurity-libs.cmake
@@ -35,8 +35,8 @@ else()
35
# In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable -
36
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
37
if(NOT FALCOSECURITY_LIBS_VERSION)
38
- set(FALCOSECURITY_LIBS_VERSION "0.18.0")
39
- set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=0af0d46edcf97c01e3b5307732ff451d5175e8231ee6b8eec0a498d4c48f308b")
+ set(FALCOSECURITY_LIBS_VERSION "d8865276b5cac665f318d1a52be945f556d87a41")
+ #set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=aedc4120d335ee2ebf7f3c2e6346fc985ca09a49d14ff7c6249a033e47d160bf")
40
endif()
41
42
# cd /path/to/build && cmake /path/to/source
0 commit comments