aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/README.md
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-06-12 13:23:06 -0400
committerGennadiy Civil <misterg@google.com>2019-06-12 13:23:06 -0400
commitaf4c2cb098a35f4898c5089335c10ba4bd5a4fce (patch)
treed2a0caa8aeff8a8d09d911599191c214425f78e2 /googletest/README.md
parentfa9a476816c8cc94f2240d71960eb75312771c6c (diff)
downloadgoogletest-af4c2cb098a35f4898c5089335c10ba4bd5a4fce.tar.gz
googletest-af4c2cb098a35f4898c5089335c10ba4bd5a4fce.tar.bz2
googletest-af4c2cb098a35f4898c5089335c10ba4bd5a4fce.zip
Formatting Changes
Diffstat (limited to 'googletest/README.md')
-rw-r--r--googletest/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/README.md b/googletest/README.md
index 23f67c3d..4a4b93d9 100644
--- a/googletest/README.md
+++ b/googletest/README.md
@@ -115,7 +115,7 @@ pulled into the main build with `add_subdirectory()`. For example:
New file `CMakeLists.txt.in`:
-``` cmake
+```cmake
cmake_minimum_required(VERSION 2.8.2)
project(googletest-download NONE)
@@ -135,7 +135,7 @@ ExternalProject_Add(googletest
Existing build's `CMakeLists.txt`:
-``` cmake
+```cmake
# Download and unpack googletest at configure time
configure_file(CMakeLists.txt.in googletest-download/CMakeLists.txt)
execute_process(COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR}" .