Skip to content

Commit 3a83d75

Browse files
committed
update
1 parent 3fb90d1 commit 3a83d75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

FindGrpc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include("GenericFindDependency")
22

3-
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)
3+
option(ABSL_PROPAGATE_CXX_STD "Use CMake C++ standard meta features (e.g. cxx_std_14) that propagate to targets that link to Abseil" true)
44
option(protobuf_INSTALL "Install protobuf binaries and files" OFF)
55
option(utf8_range_ENABLE_INSTALL "Configure installation" OFF)
66

FindProtobuf.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
1111
#
1212

13+
option(ABSL_PROPAGATE_CXX_STD "Use CMake C++ standard meta features (e.g. cxx_std_14) that propagate to targets that link to Abseil" true)
1314
option(protobuf_INSTALL "Install protobuf binaries and files" OFF)
1415
option(utf8_range_ENABLE_INSTALL "Configure installation" OFF)
1516

0 commit comments

Comments
 (0)