Skip to content

Commit 6c08816

Browse files
Merge pull request #4286 from ryandesign:patch-1
PiperOrigin-RevId: 541928566 Change-Id: I72437cb3a06f2af7220b247c6c136a38c5f1089c
2 parents 9b12f74 + 124bc58 commit 6c08816

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

googletest/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ match the project in which it is included.
124124

125125
#### C++ Standard Version
126126

127-
An environment that supports C++11 is required in order to successfully build
127+
An environment that supports C++14 is required in order to successfully build
128128
GoogleTest. One way to ensure this is to specify the standard in the top-level
129-
project, for example by using the `set(CMAKE_CXX_STANDARD 11)` command along
130-
with `set(CMAKE_CXX_STANDARD_REQUIRED ON). If this is not feasible, for example
129+
project, for example by using the `set(CMAKE_CXX_STANDARD 14)` command along
130+
with `set(CMAKE_CXX_STANDARD_REQUIRED ON)`. If this is not feasible, for example
131131
in a C project using GoogleTest for validation, then it can be specified by
132132
adding it to the options for cmake via the`-DCMAKE_CXX_FLAGS` option.
133133

0 commit comments

Comments
 (0)