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

commit fb863e358ded28095550e40131e533c54547ee2c
Author: Sai Boorlagadda <sai.boorlaga...@gmail.com>
AuthorDate: Thu Apr 11 09:13:11 2019 -0700

    Add an instruction to pass OPENSSL_ROOT_DIR
---
 BUILDING.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/BUILDING.md b/BUILDING.md
index 8636a23..30cecee 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -22,7 +22,9 @@ 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.
 
-
+## Setting Path to OpenSSL
+Building requires access to an installation of OpenSSL. You can pass 
`OPENSSL_ROOT_DIR` during the CMake configuration step:
+  * e.g.  add `-DOPENSSL_ROOT_DIR=/path/to/openssl` to the _initial_ `cmake` 
execution command.
 
 ## Steps to build
 

Reply via email to