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

sai_boorlagadda 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 cef8078  Add an instruction to pass OPENSSL_ROOT_DIR (#473)
cef8078 is described below

commit cef8078392f51d9a2d4b6a8b828a17359004b279
Author: Sai Boorlagadda <[email protected]>
AuthorDate: Thu Apr 11 11:14:01 2019 -0700

    Add an instruction to pass OPENSSL_ROOT_DIR (#473)
---
 BUILDING.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/BUILDING.md b/BUILDING.md
index 8636a23..be3b25b 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -22,8 +22,6 @@ Building requires access to an installation of Geode. There 
are two ways to achi
 * Pass in `GEODE_ROOT` during the CMake configuration step.
   * e.g.  add `-DGEODE_ROOT=/path/to/geode` to the _initial_ `cmake` execution 
command.
 
-
-
 ## Steps to build
 
 ```console
@@ -35,6 +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 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.
 

Reply via email to