summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--googletest/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/README.md b/googletest/README.md
index dc60571..4cad12f 100644
--- a/googletest/README.md
+++ b/googletest/README.md
@@ -129,7 +129,7 @@ GoogleTest. One way to ensure this is to specify the standard in the top-level
project, for example by using the `set(CMAKE_CXX_STANDARD 11)` command along
with `set(CMAKE_CXX_STANDARD_REQUIRED ON). If this is not feasible, for example
in a C project using GoogleTest for validation, then it can be specified by
-adding it to the options for cmake via the `-DCMAKE_CXX_FLAGS` option.
+adding it to the options for cmake via the`-DCMAKE_CXX_FLAGS` option.
### Tweaking GoogleTest