summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-03-04 13:35:53 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-03-04 13:36:29 (GMT)
commit70d204410af9745181ca3f9bc5c80e059f606fa8 (patch)
tree7329856991e6ca6c17c2559cefef8746726535c9 /Tests
parentdbd3b1ac90b70f31f10488a97ec72c6a435106ec (diff)
parent8e3358336dba2af42279c16a277116fc8fdfb826 (diff)
downloadCMake-70d204410af9745181ca3f9bc5c80e059f606fa8.zip
CMake-70d204410af9745181ca3f9bc5c80e059f606fa8.tar.gz
CMake-70d204410af9745181ca3f9bc5c80e059f606fa8.tar.bz2
Merge topic 'FindPython-NumPy-fix-include-dir'
8e3358336d FindPython: Fix NumPy component include directory Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3053
Diffstat (limited to 'Tests')
-rw-r--r--Tests/FindPython/NumPy/arraytest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindPython/NumPy/arraytest.c b/Tests/FindPython/NumPy/arraytest.c
index 135877d..db259e5 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>