Skip to content

Commit

Permalink
cleanup(cmake,userspace): drop {grpc,openssl,cares} deps since they a…
Browse files Browse the repository at this point in the history
…re unused.

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Dec 18, 2024
1 parent 9fb9e6a commit ddc60e2
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 467 deletions.
76 changes: 0 additions & 76 deletions cmake/modules/cares.cmake

This file was deleted.

274 changes: 0 additions & 274 deletions cmake/modules/grpc.cmake

This file was deleted.

7 changes: 0 additions & 7 deletions cmake/modules/libsinsp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ if(NOT HAVE_LIBSINSP)
if(NOT EMSCRIPTEN)
include(tbb)
endif()
if(NOT WIN32
AND NOT APPLE
AND NOT MINIMAL_BUILD
AND NOT EMSCRIPTEN
)
include(cares)
endif()
include(jsoncpp)
include(valijson)
include(re2)
Expand Down
Loading

0 comments on commit ddc60e2

Please sign in to comment.