From 88f9f909c1996b915138fcc3fe1f85597b214ced Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Sat, 13 May 2017 16:41:14 +0200 Subject: [PATCH] Readme: properly document OPENSSL_SEARCH_PATH Since 28a3114ce97a5e the documentation regarding openssl search paths we pass to cmake is out of date. Properly document the current behaviour. Signed-off-by: Marcus Hoffmann --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 224f7fd0..b5dfba7a 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,7 @@ Variable | Default Value | Description ------------ | ------------- | ------------- PAHO_BUILD_STATIC | FALSE | Build a static version of the libraries PAHO_WITH_SSL | FALSE | Flag that defines whether to build ssl-enabled binaries too. -OPENSSL_INC_SEARCH_PATH | "" (system default) | Directory containing OpenSSL includes -OPENSSL_LIB_SEARCH_PATH | "" (system default) | Directory containing OpenSSL libraries +OPENSSL_SEARCH_PATH | "" (system default) | Directory containing your OpenSSL installation (i.e. `/usr/local` when headers are in `/usr/local/include` and libraries are in `/usr/local/lib`) PAHO_BUILD_DOCUMENTATION | FALSE | Create and install the HTML based API documentation (requires Doxygen) PAHO_BUILD_SAMPLES | FALSE | Build sample programs MQTT_TEST_BROKER | tcp://localhost:1883 | MQTT connection URL for a broker to use during test execution