From f26da81ae7386f3ee66ad5fc3fafbc1c7f079e80 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Sat, 13 Jun 2020 16:21:08 +0300 Subject: [PATCH] Clarify that OPENSSL_ROOT_DIR is absolute path --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4807ecb..027e14e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,10 +21,10 @@ Instead of `Release` you can use `Debug`, `RelWithDebInfo` or `MinSizeRel` confi See [cmake docs](https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html) for details. You will find built binaries in `../bin` directory. -If you want to build against a specific OpenSSL instance (you will need it -if you have more than one OpenSSL instance for example), you can use -the `cmake` variable `OPENSSL_ROOT_DIR` to specify path of the desirable -OpenSSL instance: +If you want to build against a specific OpenSSL instance (you will need it if +you have more than one OpenSSL instance for example), you can use the `cmake` +variable `OPENSSL_ROOT_DIR` to specify absolute path of the desirable OpenSSL +instance: $ cmake -DOPENSSL_ROOT_DIR=/PATH/TO/OPENSSL/ .. -- 2.39.2