Skip to content

Commit 3c5bdfb

Browse files
wgtmackou
andauthored
Update README.md
Co-authored-by: Sutou Kouhei <[email protected]>
1 parent 312b13d commit 3c5bdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ cmake --build build
6868
If you are using provided Apache Arrow, you need to include `/path/to/arrow` in `CMAKE_PREFIX_PATH` as below.
6969

7070
```bash
71-
cmake .. -DCMAKE_PREFIX_PATH="/path/to/install;/path/to/arrow"
71+
cmake -S . -B build -DCMAKE_PREFIX_PATH="/path/to/install;/path/to/arrow"
7272
```
7373

7474
## Contribute

0 commit comments

Comments
 (0)