Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions FindGrpc.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
include("GenericFindDependency")

option(ABSL_PROPAGATE_CXX_STD "Use CMake C++ standard meta features (e.g. cxx_std_11) that propagate to targets that link to Abseil" true)
option(protobuf_INSTALL "Install protobuf binaries and files" OFF)
Copy link
Contributor Author

@RReichert RReichert Apr 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to apply these changes here because gRPC also include protobuf internally

option(utf8_range_ENABLE_INSTALL "Configure installation" OFF)

GenericFindDependency(
TARGET grpc++
Expand Down
3 changes: 3 additions & 0 deletions FindProtobuf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
#

option(protobuf_INSTALL "Install protobuf binaries and files" OFF)
option(utf8_range_ENABLE_INSTALL "Configure installation" OFF)

include("GenericFindDependency")
option(protocol_BUILD_TESTS "" OFF)
GenericFindDependency(
Expand Down