Skip to content

Commit

Permalink
Fix building.rst
Browse files Browse the repository at this point in the history
Previous commit made it so that now it is Python_EXECUTABLE not
PYTHON_EXECUTABLE
  • Loading branch information
tmontaigu committed Jun 12, 2024
1 parent 23f321d commit e99c812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ _______

1. Start the cmake generation while still within the activated environment

2. Add ``-DPYTHON_EXECUTABLE="somepath_to_python.exe"``
2. Add ``-DPython_EXECUTABLE="somepath_to_python.exe"``
Where ``somepath_to_python.exe`` is the absolute path to the python executable
of the pyccenv created earlier.

Expand Down

0 comments on commit e99c812

Please sign in to comment.