We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312b13d commit 3c5bdfbCopy full SHA for 3c5bdfb
README.md
@@ -68,7 +68,7 @@ cmake --build build
68
If you are using provided Apache Arrow, you need to include `/path/to/arrow` in `CMAKE_PREFIX_PATH` as below.
69
70
```bash
71
-cmake .. -DCMAKE_PREFIX_PATH="/path/to/install;/path/to/arrow"
+cmake -S . -B build -DCMAKE_PREFIX_PATH="/path/to/install;/path/to/arrow"
72
```
73
74
## Contribute
0 commit comments