Skip to content

Commit 391fad5

Browse files
authored
Ambiguity in documentation fixed. [API-1511] (#1142)
1 parent 5671af8 commit 391fad5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Reference_Manual.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,7 @@ For example, if you want to build the static library with SSL support, you can u
320320
cmake .. -DWITH_OPENSSL=ON -DBUILD_SHARED_LIBS=OFF
321321
```
322322

323-
Note that, if you want to use the `hazelcast-cpp-client` library which is compiled with `-DWITH_OPENSSL=ON` option without `find_package()` then you need to define `HZ_BUILD_WITH_SSL` symbolic constant before including any `hazelcast-cpp-client` header.
324-
It can be either passed via compiler flags.
323+
Note that, if you want to use the `hazelcast-cpp-client` library with `-DWITH_OPENSSL=ON` option without `find_package()` then you need to define `HZ_BUILD_WITH_SSL` symbolic constant before including any `hazelcast-cpp-client` header. This symbolic constant can be defined via compiler options or can be passed directly through cmake command as `-DVARIABLE=VALUE` pairs.
325324

326325
For example:
327326
```sh

0 commit comments

Comments
 (0)