Skip to content

Commit

Permalink
Add link to FindPython3.cmake and fix typo for unsetting Python3_EXEC…
Browse files Browse the repository at this point in the history
…UTABLE (#610)

This typo did not get discovered on the PR review that added this.
  • Loading branch information
bartlettroscoe committed Oct 10, 2024
1 parent 3e050ce commit 23135a9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tribits/doc/build_ref/TribitsBuildReferenceBody.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2238,11 +2238,11 @@ To set which Python interpreter is used, configure with::
-D Python3_EXECUTABLE=<python-path>

Otherwise, Python will be found automatically by default using
``find_python(Python3)`` internally.
``find_python(Python3)`` internally (see `FindPython3.cmake`_).

To disable the finding and usage of Python, configure with::
To disable the finding and usage of Python, configure with (empty)::

-D Python3_EXECUTABLE=<python-path>
-D Python3_EXECUTABLE=


Outputting package dependency information
Expand Down Expand Up @@ -4505,4 +4505,7 @@ dashboard``.

.. _xSDK Community Package Policies: https://doi.org/10.6084/m9.figshare.4495136

.. _FindPython3.cmake: https://cmake.org/cmake/help/latest/module/FindPython3.html


.. LocalWords: templated instantiation Makefiles CMake

0 comments on commit 23135a9

Please sign in to comment.