Skip to content

Commit 9e868e3

Browse files
committed
Fix README
1 parent 5a5b0a4 commit 9e868e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Then, build and install the Python wheel.
4545

4646
```PowerShell
4747
# Assuming the Pulsar C++ client has been installed under the `PULSAR_CPP` directory.
48-
cmake -B build -DVCPKG_TRIPLET=x64-windows -DCMAKE_PREFIX_PATH="$env:PULSAR_CPP" -DLINK_STATIC=ON
48+
cmake -B build -DUSE_VCPKG=ON -DCMAKE_PREFIX_PATH="$env:PULSAR_CPP" -DLINK_STATIC=ON
4949
cmake --build build --config Release
5050
cmake --install build
5151
py setup.py bdist_wheel

0 commit comments

Comments
 (0)