clenaup: remove b64 from falco dependencies

Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>
This commit is contained in:
Andrea Terzolo 2023-08-30 16:47:59 +02:00 committed by poiana
parent 66841d8009
commit 988703b601
2 changed files with 0 additions and 4 deletions

View File

@ -169,9 +169,6 @@ include(jq)
# nlohmann-json
include(njson)
# b64
include(b64)
# yaml-cpp
include(yaml-cpp)

View File

@ -75,7 +75,6 @@ list(APPEND FALCO_INCLUDE_DIRECTORIES "${FALCO_EXTRA_INCLUDE_DIRS}")
set(
FALCO_DEPENDENCIES
b64
cxxopts
)