diff options
author | Gennadiy Civil <misterg@google.com> | 2019-06-12 17:23:06 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-06-12 17:23:06 (GMT) |
commit | af4c2cb098a35f4898c5089335c10ba4bd5a4fce (patch) | |
tree | d2a0caa8aeff8a8d09d911599191c214425f78e2 /googletest | |
parent | fa9a476816c8cc94f2240d71960eb75312771c6c (diff) | |
download | googletest-af4c2cb098a35f4898c5089335c10ba4bd5a4fce.zip googletest-af4c2cb098a35f4898c5089335c10ba4bd5a4fce.tar.gz googletest-af4c2cb098a35f4898c5089335c10ba4bd5a4fce.tar.bz2 |
Formatting Changes
Diffstat (limited to 'googletest')
-rw-r--r-- | googletest/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/README.md b/googletest/README.md index 23f67c3..4a4b93d 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}" . |