We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5b0a4 commit 9e868e3Copy full SHA for 9e868e3
README.md
@@ -45,7 +45,7 @@ Then, build and install the Python wheel.
45
46
```PowerShell
47
# 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
+cmake -B build -DUSE_VCPKG=ON -DCMAKE_PREFIX_PATH="$env:PULSAR_CPP" -DLINK_STATIC=ON
49
cmake --build build --config Release
50
cmake --install build
51
py setup.py bdist_wheel
0 commit comments