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
path: root/tests
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2017-04-22 20:03:59 +0300
committerJens Verwiebe <info@jensverwiebe.de>2017-04-22 20:03:59 +0300
commit20c9c1b44e13e3b5bccc9b1d7e7cb512b5a3f465 (patch)
treec2613508059b96962082378da4bbd7c1c6c13ffd /tests
parent517bd13baab2d7c91206638f9405c9c25eee2ee1 (diff)
OSX: satisfy macro to also apply alembic tests
Diffstat (limited to 'tests')
-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 fa13d1acc7b..dca85dbf770 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -443,7 +443,7 @@ if(WITH_CYCLES)
endif()
endif()
-if(WITH_ALEMBIC AND NOT APPLE)
+if(WITH_ALEMBIC)
find_package_wrapper(Alembic)
if(NOT ALEMBIC_FOUND)
message(FATAL_ERROR "Alembic is enabled but cannot be found")