From af4c2cb098a35f4898c5089335c10ba4bd5a4fce Mon Sep 17 00:00:00 2001 From: Gennadiy Civil Date: Wed, 12 Jun 2019 13:23:06 -0400 Subject: Formatting Changes --- googletest/README.md | 4 ++-- 1 file 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}" . -- cgit v1.2.3