mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-23 05:02:13 +00:00
Compare commits
7 Commits
test_filte
...
0.36.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9eb611609a | ||
|
|
f23b0c1a20 | ||
|
|
7b28b7acec | ||
|
|
aa4899c1e5 | ||
|
|
d454c8a1f4 | ||
|
|
0b48da30ca | ||
|
|
0b761ff1da |
@@ -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=<your-gh-handle>/libs ..`
|
||||
if (NOT FALCOSECURITY_LIBS_REPO)
|
||||
set(FALCOSECURITY_LIBS_REPO "Andreagit97/libs")
|
||||
set(FALCOSECURITY_LIBS_REPO "falcosecurity/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 "8b3375596fec7b02ac403dc4158c5bcdf037cf65")
|
||||
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=587ac097e1ef35ba70ddd3403e569d377a0c4a5935cb17c9ee8f9521dac4140c")
|
||||
set(FALCOSECURITY_LIBS_VERSION "0.13.2")
|
||||
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=442810cc09a63406053ec3506ca16b59b5f5514ab08d478632f65beac6f167b5")
|
||||
endif()
|
||||
|
||||
# cd /path/to/build && cmake /path/to/source
|
||||
|
||||
Reference in New Issue
Block a user