You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mo...@apache.org on 2018/09/12 04:42:39 UTC

[geode-native] branch develop updated: Fix extra console in BUILDING for rendering

This is an automated email from the ASF dual-hosted git repository.

moleske pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 63a6b81  Fix extra console in BUILDING for rendering
63a6b81 is described below

commit 63a6b8196353debcd382a1c54a02208e914c227e
Author: M. Oleske <mo...@users.noreply.github.com>
AuthorDate: Tue Sep 11 21:42:36 2018 -0700

    Fix extra console in BUILDING for rendering
---
 BUILDING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BUILDING.md b/BUILDING.md
index 29fd4c3..79f2eae 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -30,7 +30,7 @@ $ cd build
 $ cmake .. <platform-specific generator parameters (see below)>
 # build step
 $ cmake --build . -- <platform-specific parallelism parameters (see below)>
-```console
+```
 
 To explicitly specify the location in which the Native Client will be installed, add `-DCMAKE_INSTALL_PREFIX=/path/to/installation/destination` to this initial `cmake` execution command.