Skip to content

Commit

Permalink
Doc: More Locations -DPython_EXECUTABLE (#1104)
Browse files Browse the repository at this point in the history
Mention the `-DPython_EXECUTABLE` twice more in build examples.
  • Loading branch information
ax3l authored Sep 16, 2021
1 parent e60c6a7 commit 9ec5642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ cd openPMD-api-build
# for options append:
# -DopenPMD_USE_...=...
# e.g. for python support add:
# -DopenPMD_USE_PYTHON=ON
# -DopenPMD_USE_PYTHON=ON -DPython_EXECUTABLE=$(which python3)
cmake ../openPMD-api

cmake --build .
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Linux & OSX
# for options append:
# -DopenPMD_USE_...=...
# e.g. for python support add:
# -DopenPMD_USE_PYTHON=ON
# -DopenPMD_USE_PYTHON=ON -DPython_EXECUTABLE=$(which python3)
cmake ../openPMD-api
cmake --build .
Expand Down

0 comments on commit 9ec5642

Please sign in to comment.