OSX: satisfy macro to also apply alembic tests

This commit is contained in:
Jens Verwiebe
2017-04-22 19:03:59 +02:00
parent 517bd13baa
commit 20c9c1b44e
2 changed files with 6 additions and 1 deletions

View File

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