diff options
author | Brad King <brad.king@kitware.com> | 2019-03-04 08:28:56 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-03-04 08:28:56 -0500 |
commit | 5c0ef417b8a85546e50f7107b0038cbb7d108d20 (patch) | |
tree | 8e46de1663bbaa71802fab849da0d08f1d4b1ff8 /Tests | |
parent | 77439d97fe66804f4cb69792bec5cbb6f5bb6e93 (diff) | |
parent | 8e3358336dba2af42279c16a277116fc8fdfb826 (diff) | |
download | cmake-5c0ef417b8a85546e50f7107b0038cbb7d108d20.tar.gz |
Merge branch 'FindPython-NumPy-fix-include-dir' into release-3.14
Merge-request: !3053
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/FindPython/NumPy/arraytest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindPython/NumPy/arraytest.c b/Tests/FindPython/NumPy/arraytest.c index 135877ddf9..db259e55a3 100644 --- a/Tests/FindPython/NumPy/arraytest.c +++ b/Tests/FindPython/NumPy/arraytest.c @@ -1,7 +1,7 @@ #include "Python.h" #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION -#include "arrayobject.h" +#include "numpy/arrayobject.h" #include <math.h> |