From 988703b60100d85e01db22d32d9fd53020f0898c Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Wed, 30 Aug 2023 16:47:59 +0200 Subject: [PATCH] clenaup: remove b64 from falco dependencies Signed-off-by: Andrea Terzolo --- CMakeLists.txt | 3 --- userspace/falco/CMakeLists.txt | 1 - 2 files changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85b19a72..abb9c7ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -169,9 +169,6 @@ include(jq) # nlohmann-json include(njson) -# b64 -include(b64) - # yaml-cpp include(yaml-cpp) diff --git a/userspace/falco/CMakeLists.txt b/userspace/falco/CMakeLists.txt index 43d9be9b..171c4c1a 100644 --- a/userspace/falco/CMakeLists.txt +++ b/userspace/falco/CMakeLists.txt @@ -75,7 +75,6 @@ list(APPEND FALCO_INCLUDE_DIRECTORIES "${FALCO_EXTRA_INCLUDE_DIRS}") set( FALCO_DEPENDENCIES - b64 cxxopts )