Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-02-01 12:39:16 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-02-01 12:39:16 +0300
commitddc9c76e3a1808469e442befd06fbbc060c28c3e (patch)
treef21d4b78f761a54c2913dbb5b526ebed123415dc /CMakeLists.txt
parent8aef306a42e6a8d3d85bc04321ef247f79973131 (diff)
CMake: Silent Numpy warning on OSX
It is in the archive actually and being installed nicely by the looks of it.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 20215fb27df..f0cd1941b49 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2854,7 +2854,7 @@ if(WITH_PYTHON)
"Python.h for python version \"${PYTHON_VERSION}\"")
endif()
- if(WIN32)
+ if(WIN32 OR APPLE)
# pass, we have this in an archive to extract
elseif(WITH_PYTHON_INSTALL AND WITH_PYTHON_INSTALL_NUMPY)
find_python_package(numpy)