[PATCH] D140652: [Doc] Replace PYTHON_EXECUTABLE with Python3_EXECUTABLE
Yueh-Ting (eop) Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 24 23:39:05 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG40dd8ff3310b: [Doc] Replace PYTHON_EXECUTABLE with Python3_EXECUTABLE (authored by eopXD).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140652/new/
https://reviews.llvm.org/D140652
Files:
llvm/docs/GettingStarted.rst
Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -556,7 +556,7 @@
| CMAKE_INSTALL_PREFIX | Specifies the install directory to target when |
| | running the install action of the build files. |
+-------------------------+----------------------------------------------------+
-| PYTHON_EXECUTABLE | Forces CMake to use a specific Python version by |
+| Python3_EXECUTABLE | Forces CMake to use a specific Python version by |
| | passing a path to a Python interpreter. By default |
| | the Python version of the interpreter in your PATH |
| | is used. |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140652.485221.patch
Type: text/x-patch
Size: 846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221225/c30c534b/attachment.bin>
More information about the llvm-commits
mailing list