Disable breaking alembic test for osx

This commit is contained in:
Jens Verwiebe 2017-04-22 18:39:11 +02:00
parent dc5bd2784f
commit 517bd13baa

@ -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")