File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
include ("GenericFindDependency" )
2
2
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 )
4
4
option (protobuf_INSTALL "Install protobuf binaries and files" OFF )
5
5
option (utf8_range_ENABLE_INSTALL "Configure installation" OFF )
6
6
Original file line number Diff line number Diff line change 10
10
# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
11
11
#
12
12
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 )
13
14
option (protobuf_INSTALL "Install protobuf binaries and files" OFF )
14
15
option (utf8_range_ENABLE_INSTALL "Configure installation" OFF )
15
16
You can’t perform that action at this time.
0 commit comments