Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 5c8bee7

Browse files
authored
Update cpp-client-getting-started.adoc
1 parent 8be9c69 commit 5c8bee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/cpp-client-getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For example, if you are using CMake for your builds, you can use the following c
6565

6666
[source,bash]
6767
----
68-
cmake -B [build directory] -S . -DCMAKE_TOOLCHAIN_FILE=[path to vcpkg]/scripts/buildsystems/vcpkg.cmake
68+
cmake -B [build directory] -S . -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake
6969
cmake --build [build directory]
7070
----
7171
For more information about Vcpkg installation check https://github.com/hazelcast/hazelcast-cpp-client/blob/master/Reference_Manual.md#112-vcpkg-users[here].

0 commit comments

Comments
 (0)