From c436c78de1d2f6fcac46e69c5c81ca2af5f839e5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 5 Mar 2014 00:20:11 +1100 Subject: Build system support for numpy on ms-windows --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e7ac95f985..46690f3a5b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2209,7 +2209,9 @@ if(WITH_PYTHON) "Python.h for python version \"${PYTHON_VERSION}\"") endif() - if(WITH_PYTHON_INSTALL AND WITH_PYTHON_INSTALL_NUMPY) + if(WIN32) + # pass, we have this in an archive to extract + elseif(WITH_PYTHON_INSTALL AND WITH_PYTHON_INSTALL_NUMPY) # set but invalid # -- disabled until we make numpy bundled with blender - campbell if((NOT ${PYTHON_NUMPY_PATH} STREQUAL "") AND (NOT ${PYTHON_NUMPY_PATH} MATCHES NOTFOUND)) -- cgit v1.2.3