You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sa...@apache.org on 2019/04/11 17:25:04 UTC

[geode-native] branch openssl_building updated: Made it must pass as otherwise build fails.

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

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


The following commit(s) were added to refs/heads/openssl_building by this push:
     new c06652a  Made it must pass as otherwise build fails.
c06652a is described below

commit c06652ad4e83c484727255f8416065630aa148dd
Author: Sai Boorlagadda <sa...@gmail.com>
AuthorDate: Thu Apr 11 10:24:58 2019 -0700

    Made it must pass as otherwise build fails.
---
 BUILDING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BUILDING.md b/BUILDING.md
index a7d4c02..be3b25b 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -33,7 +33,7 @@ $ cmake .. <platform-specific generator parameters (see below)>
 # build step
 $ cmake --build . -- <platform-specific parallelism parameters (see below)>
 ```
-If OpenSSL is installed in a custom location, then one can pass `OPENSSL_ROOT_DIR` during the CMake configuration step. e.g.  add `-DOPENSSL_ROOT_DIR=/path/to/openssl`.
+If OpenSSL is installed in a custom location, then one must pass `OPENSSL_ROOT_DIR` during the CMake configuration step. e.g.  add `-DOPENSSL_ROOT_DIR=/path/to/openssl`.
 
 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.