summaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-03-04 08:28:56 -0500
committerBrad King <brad.king@kitware.com>2019-03-04 08:28:56 -0500
commit5c0ef417b8a85546e50f7107b0038cbb7d108d20 (patch)
tree8e46de1663bbaa71802fab849da0d08f1d4b1ff8 /Tests
parent77439d97fe66804f4cb69792bec5cbb6f5bb6e93 (diff)
parent8e3358336dba2af42279c16a277116fc8fdfb826 (diff)
downloadcmake-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.c2
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>