diff options
Diffstat (limited to 'Modules/FindPython.cmake')
-rw-r--r-- | Modules/FindPython.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPython.cmake b/Modules/FindPython.cmake index b8b32c0..a4b7a03 100644 --- a/Modules/FindPython.cmake +++ b/Modules/FindPython.cmake @@ -34,7 +34,7 @@ The following components are supported: * ``NumPy``: search for NumPy include directories. .. versionadded:: 3.14 - Added ``NumPy`` component. + Added the ``NumPy`` component. If no ``COMPONENTS`` are specified, ``Interpreter`` is assumed. |