mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-09 18:17:57 +00:00
chore(cmake/modules): do not build libscap examples
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
53a1be66b0
commit
05f5aa2af3
@ -49,8 +49,9 @@ if(NOT LIBSCAP_DIR)
|
|||||||
endif()
|
endif()
|
||||||
set(LIBSINSP_DIR "${FALCOSECURITY_LIBS_SOURCE_DIR}")
|
set(LIBSINSP_DIR "${FALCOSECURITY_LIBS_SOURCE_DIR}")
|
||||||
|
|
||||||
# explicitly disable the tests of this dependency
|
# explicitly disable the tests/examples of this dependency
|
||||||
set(CREATE_TEST_TARGETS OFF CACHE BOOL "")
|
set(CREATE_TEST_TARGETS OFF CACHE BOOL "")
|
||||||
|
set(BUILD_LIBSCAP_EXAMPLES OFF CACHE BOOL "")
|
||||||
|
|
||||||
# todo(leogr): although Falco does not actually depend on chisels, we need this for the lua_parser.
|
# todo(leogr): although Falco does not actually depend on chisels, we need this for the lua_parser.
|
||||||
# Hopefully, we can switch off this in the future
|
# Hopefully, we can switch off this in the future
|
||||||
|
Loading…
Reference in New Issue
Block a user