Skip to content

Commit

Permalink
clenaup: remove b64 from falco dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
  • Loading branch information
Andreagit97 authored and poiana committed Aug 30, 2023
1 parent 66841d8 commit 988703b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,6 @@ include(jq)
# nlohmann-json
include(njson)

# b64
include(b64)

# yaml-cpp
include(yaml-cpp)

Expand Down
1 change: 0 additions & 1 deletion userspace/falco/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ list(APPEND FALCO_INCLUDE_DIRECTORIES "${FALCO_EXTRA_INCLUDE_DIRS}")

set(
FALCO_DEPENDENCIES
b64
cxxopts
)

Expand Down

0 comments on commit 988703b

Please sign in to comment.