Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-Xieyuanli authored Apr 30, 2021
1 parent 90172d0 commit 0af0396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map_building/c_utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Note that depending on the setup of the pybind11 library, one has to give the pa
for the pybind library, e.g.:

```
cmake .. -Dpybind11_DIR=/usr/local/lib/python3.6/dist-packages/pybind11/share/cmake/pybind11
cmake .. -Dpybind11_DIR=/usr/local/lib/python3.8/dist-packages/pybind11/share/cmake/pybind11
```
Or, one could add pybind11 as a subdirectory inside the c++ project and directly compile it.
For more details we refer to the pybind11 compiling [doc](https://pybind11.readthedocs.io/en/stable/compiling.html).
Expand Down

0 comments on commit 0af0396

Please sign in to comment.