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:
authorJens Verwiebe <info@jensverwiebe.de>2017-04-22 19:39:11 +0300
committerJens Verwiebe <info@jensverwiebe.de>2017-04-22 19:39:11 +0300
commit517bd13baab2d7c91206638f9405c9c25eee2ee1 (patch)
treed47f158247110843c38efddf5af670d8a7a65b66 /tests/python
parentdc5bd2784f320a5aa017565930291f08b0e1bbd4 (diff)
Disable breaking alembic test for osx
Diffstat (limited to 'tests/python')
-rw-r--r--tests/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index dca85dbf770..fa13d1acc7b 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -443,7 +443,7 @@ if(WITH_CYCLES)
endif()
endif()
-if(WITH_ALEMBIC)
+if(WITH_ALEMBIC AND NOT APPLE)
find_package_wrapper(Alembic)
if(NOT ALEMBIC_FOUND)
message(FATAL_ERROR "Alembic is enabled but cannot be found")