mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-03 15:46:33 +00:00
clenaup: remove b64 from falco dependencies
Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>
This commit is contained in:
@@ -169,9 +169,6 @@ include(jq)
|
|||||||
# nlohmann-json
|
# nlohmann-json
|
||||||
include(njson)
|
include(njson)
|
||||||
|
|
||||||
# b64
|
|
||||||
include(b64)
|
|
||||||
|
|
||||||
# yaml-cpp
|
# yaml-cpp
|
||||||
include(yaml-cpp)
|
include(yaml-cpp)
|
||||||
|
|
||||||
|
@@ -75,7 +75,6 @@ list(APPEND FALCO_INCLUDE_DIRECTORIES "${FALCO_EXTRA_INCLUDE_DIRS}")
|
|||||||
|
|
||||||
set(
|
set(
|
||||||
FALCO_DEPENDENCIES
|
FALCO_DEPENDENCIES
|
||||||
b64
|
|
||||||
cxxopts
|
cxxopts
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user