summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/NumPy
Commit message (Collapse)AuthorAgeFilesLines
* FindPython: Fix NumPy component include directoryMarc Chevrier2019-03-041-1/+1
| | | | | | | Update the component added by commit 513e77550d (FindPython: Introduce NumPy component, 2018-12-12, v3.14.0-rc1~95^2). The `numpy/` sub-directory should not be part of the include directory. It should be part of the `#include` line.
* FindPython: Introduce NumPy componentHiroshi Miura2019-01-242-0/+80
Fixes: #18678 Signed-off-by: Hiroshi Miura <miurahr@linux.com>