File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
128128GoogleTest. 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
131131in a C project using GoogleTest for validation, then it can be specified by
132132adding it to the options for cmake via the` -DCMAKE_CXX_FLAGS ` option.
133133
You can’t perform that action at this time.
0 commit comments