mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-09 18:17:57 +00:00
build: pkgconfig not needed by gRPC anymore
Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com> Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
parent
ac58c755f7
commit
2c38a47825
@ -66,12 +66,6 @@ if(NOT USE_BUNDLED_DEPS)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
else()
|
else()
|
||||||
|
|
||||||
find_package(PkgConfig)
|
|
||||||
if(NOT PKG_CONFIG_FOUND)
|
|
||||||
message(FATAL_ERROR "pkg-config binary not found")
|
|
||||||
endif()
|
|
||||||
message(STATUS "Found pkg-config executable: ${PKG_CONFIG_EXECUTABLE}")
|
|
||||||
set(GRPC_SRC "${PROJECT_BINARY_DIR}/grpc-prefix/src/grpc")
|
set(GRPC_SRC "${PROJECT_BINARY_DIR}/grpc-prefix/src/grpc")
|
||||||
set(GRPC_INCLUDE "${GRPC_SRC}/include")
|
set(GRPC_INCLUDE "${GRPC_SRC}/include")
|
||||||
set(GRPC_LIBS_ABSOLUTE "${GRPC_SRC}/libs/opt")
|
set(GRPC_LIBS_ABSOLUTE "${GRPC_SRC}/libs/opt")
|
||||||
|
Loading…
Reference in New Issue
Block a user