From 517bd13baab2d7c91206638f9405c9c25eee2ee1 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Sat, 22 Apr 2017 18:39:11 +0200 Subject: Disable breaking alembic test for osx --- tests/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3